Release v4.2.1 (#346)

* Release v4.2.1

* update cinny submodule
This commit is contained in:
Krishan 2024-09-14 23:29:09 +10:00 committed by GitHub
parent 2ed0e8e532
commit 5acc9eb615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

2
cinny

@ -1 +1 @@
Subproject commit c75e90361928c18cf33893954c50ce4600e0356a
Subproject commit 21164a9b61919648b002b1033a6f5c783342401f

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "4.2.0",
"version": "4.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "4.2.0",
"version": "4.2.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "1.6.0"

View file

@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.2.0",
"version": "4.2.1",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

2
src-tauri/Cargo.lock generated
View file

@ -462,7 +462,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
[[package]]
name = "cinny"
version = "4.2.0"
version = "4.2.1"
dependencies = [
"serde",
"serde_json",

View file

@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.2.0"
version = "4.2.1"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "AGPL-3.0-only"

View file

@ -1,7 +1,7 @@
{
"package": {
"productName": "Cinny",
"version": "4.2.0"
"version": "4.2.1"
},
"build": {
"distDir": "../cinny/dist",