diff --git a/cinny b/cinny index 9185ee0..91a6916 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 9185ee0cf94d3340aef2d464a91afcbd0471a96d +Subproject commit 91a6916f4ca1b876028280856cba8ce12115a81e diff --git a/package-lock.json b/package-lock.json index 3025094..89d811e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "@tauri-apps/api": "1.1.0" diff --git a/package.json b/package.json index 2d39070..a07d416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8db493b..5c8a549 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -263,7 +263,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.2.1" +version = "2.2.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4c9c475..d9a5ecf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.2.1" +version = "2.2.2" 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 359d73f..8a98b1e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.2.1" + "version": "2.2.2" }, "build": { "distDir": "../cinny/dist",