diff --git a/cinny b/cinny index 3cef074..9ecb233 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 3cef074c9ef6744278e84b97580049a427d81121 +Subproject commit 9ecb233763048c730d24ddacecc8c002d3c8fc89 diff --git a/package-lock.json b/package-lock.json index 4e5919c..3f67a0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.5.1" diff --git a/package.json b/package.json index f6450ad..09cd8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index dfbf085..07f897d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "cinny" -version = "3.1.0" +version = "3.2.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e57ca3e..9cebc79 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "3.1.0" +version = "3.2.0" description = "Yet another matrix client" authors = ["Ajay Bura"] license = "AGPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 10a9d32..04d3cdb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "3.1.0" + "version": "3.2.0" }, "build": { "distDir": "../cinny/dist",