From 7ae56af131564548c42a82053c9d13c1fb0dec63 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:48:07 +1100 Subject: [PATCH] Release v4.10.4 (#523) * Release v4.10.4 * bump cinny submod --- 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 29ec172..02106a9 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 29ec172c8be7e72c1b2f0ef85bc212ac9c73231d +Subproject commit 02106a99b99e607a1045eb5608874648d9f7d80a diff --git a/package-lock.json b/package-lock.json index 021e50a..f7d494b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.10.3", + "version": "4.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.10.3", + "version": "4.10.4", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.6.0" diff --git a/package.json b/package.json index 737298e..cb08d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.10.3", + "version": "4.10.4", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1f33fed..bbd1768 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -477,7 +477,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.10.3" +version = "4.10.4" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8c98f61..3d331f6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.10.3" +version = "4.10.4" 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 1cd8f41..5e851e3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "4.10.3" + "version": "4.10.4" }, "build": { "distDir": "../cinny/dist",