diff --git a/cinny b/cinny index 9ecb233..96415a8 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 9ecb233763048c730d24ddacecc8c002d3c8fc89 +Subproject commit 96415a8d2a769a1db54039dc1591dbbf6db525ff diff --git a/package-lock.json b/package-lock.json index 0ae6595..0b780bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "3.2.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index a51cf27..42a6ab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "3.2.1", + "version": "4.0.0", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3d4639c..2f22841 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "cinny" -version = "3.2.1" +version = "4.0.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8d1db8c..6ddcced 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "3.2.1" +version = "4.0.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 05958a0..0935ce6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "3.2.1" + "version": "4.0.0" }, "build": { "distDir": "../cinny/dist",