diff --git a/cinny b/cinny index 20e1df4..214d49f 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 20e1df43d02d0089f7fe46dbd6e4bf84d8d6e2a3 +Subproject commit 214d49f1d973814a2a9f29378232aae7027832b6 diff --git a/package-lock.json b/package-lock.json index 22d7185..ee310eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@tauri-apps/api": "^1.0.2" diff --git a/package.json b/package.json index f07c2f5..6249351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.1.1", + "version": "2.1.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 686de25..d375a72 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -265,7 +265,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.1.1" +version = "2.1.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6d1205a..df54c90 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.1.1" +version = "2.1.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 e43e5ce..47437ca 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.1.1" + "version": "2.1.2" }, "build": { "distDir": "../cinny/dist",