diff --git a/cinny b/cinny index 4ea14c8..a6fb44e 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 4ea14c853ee7b9c1a211a08e386fb323870e2ec2 +Subproject commit a6fb44e1abe9ad48136dee8e7d053e639f37bedc diff --git a/package-lock.json b/package-lock.json index 38ab73d..6e9c17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.2.3", + "version": "2.2.4", "license": "MIT", "dependencies": { "@tauri-apps/api": "1.2.0" diff --git a/package.json b/package.json index ab85076..d0fe5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.2.3", + "version": "2.2.4", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0c0bf21..c288ec5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.2.3" +version = "2.2.4" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d0c5d50..07f048f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.2.3" +version = "2.2.4" 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 48f625e..dbba68a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.2.3" + "version": "2.2.4" }, "build": { "distDir": "../cinny/dist",