From 792837b02b08c8ed0ca055025be4d350c879ce4b Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:34:13 +1100 Subject: [PATCH] Release v4.2.2 (#379) * Release v4.2.2 * Bump cinny submodule --- cinny | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cinny b/cinny index 21164a9..c110e64 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 21164a9b61919648b002b1033a6f5c783342401f +Subproject commit c110e64341eef37706c5befb9fe8858b5e62bd5c diff --git a/package-lock.json b/package-lock.json index 17f0692..5d7be04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.2.1", + "version": "4.2.2", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.6.0" diff --git a/package.json b/package.json index 2ad21be..4c2bd5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.2.1", + "version": "4.2.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3e11c02..0b3c5b2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -462,7 +462,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.2.1" +version = "4.2.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 49cd9c5..a4cf4c1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.2.1" +version = "4.2.2" description = "Yet another matrix client" authors = ["Ajay Bura"] license = "AGPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 71a11c3..56f502b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "4.2.1" + "version": "4.2.2" }, "build": { "distDir": "../cinny/dist",