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