diff --git a/package-lock.json b/package-lock.json index 9746a9a..ed2ea40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.11.1", + "version": "4.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.11.1", + "version": "4.11.2", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "2.7.0", diff --git a/package.json b/package.json index 3bde6fd..c532878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.11.1", + "version": "4.11.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7bfb626..e92d534 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -548,7 +548,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.11.1" +version = "4.11.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 08d50a4..0b05989 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.11.1" +version = "4.11.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 970484c..9c906b4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -47,7 +47,7 @@ }, "productName": "Cinny", "mainBinaryName": "cinny", - "version": "4.11.1", + "version": "4.11.2", "identifier": "in.cinny.app", "plugins": { "updater": {