diff --git a/cinny b/cinny index 91a6916..4ea14c8 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 91a6916f4ca1b876028280856cba8ce12115a81e +Subproject commit 4ea14c853ee7b9c1a211a08e386fb323870e2ec2 diff --git a/package-lock.json b/package-lock.json index 2af652c..38ab73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "dependencies": { "@tauri-apps/api": "1.2.0" diff --git a/package.json b/package.json index f96c255..ab85076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.2.2", + "version": "2.2.3", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6b5f00d..0c0bf21 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.2.2" +version = "2.2.3" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a9aeb51..d0c5d50 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.2.2" +version = "2.2.3" description = "Yet another matrix client" authors = ["Ajay Bura"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8a98b1e..48f625e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.2.2" + "version": "2.2.3" }, "build": { "distDir": "../cinny/dist",