From 05ce94884acc609facf46690a5c06078cb15a097 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:49:57 +1100 Subject: [PATCH] Release v4.2.3 (#391) * Release v4.2.3 * update 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 c110e64..a142630 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit c110e64341eef37706c5befb9fe8858b5e62bd5c +Subproject commit a142630ff970e47303fb0aeff0f7cad6f6fbdaf3 diff --git a/package-lock.json b/package-lock.json index 5d7be04..920a57f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.2.2", + "version": "4.2.3", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.6.0" diff --git a/package.json b/package.json index 4c2bd5b..3894982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.2.2", + "version": "4.2.3", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0b3c5b2..b65703e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -462,7 +462,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.2.2" +version = "4.2.3" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a4cf4c1..b469e2c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.2.2" +version = "4.2.3" 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 56f502b..6822e73 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "4.2.2" + "version": "4.2.3" }, "build": { "distDir": "../cinny/dist",