diff --git a/cinny b/cinny index e89b8f7..80fd886 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit e89b8f7d12a1029ccdd736e16ecda123e4207461 +Subproject commit 80fd8863c9a07e89d6a2037e3e196cd8f372a2b1 diff --git a/package-lock.json b/package-lock.json index c27a0b9..1602f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.12.1", + "version": "4.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.12.1", + "version": "4.12.2", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "2.7.0", diff --git a/package.json b/package.json index b9a2dcc..abbd309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.12.1", + "version": "4.12.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c7f0698..eceadf8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.12.1" +version = "4.12.2" 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 28a8476..0798a9b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -47,7 +47,7 @@ }, "productName": "Cinny", "mainBinaryName": "cinny", - "version": "4.12.1", + "version": "4.12.2", "identifier": "in.cinny.app", "plugins": { "updater": {