From dabc19fe62492cb1a94212609fdef46094cd020b Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Fri, 15 May 2026 07:45:35 +0000 Subject: [PATCH] chore: release v4.12.1 --- 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 6a05ff5..e89b8f7 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 6a05ff58406755d5613e48dc3cf4f39f1033764a +Subproject commit e89b8f7d12a1029ccdd736e16ecda123e4207461 diff --git a/package-lock.json b/package-lock.json index ed2ea40..c27a0b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.11.2", + "version": "4.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.11.2", + "version": "4.12.1", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "2.7.0", diff --git a/package.json b/package.json index c532878..5c91d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.11.2", + "version": "4.12.1", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 02458e4..ac70b01 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -512,7 +512,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.11.2" +version = "4.12.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8729ee3..c7f0698 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.11.2" +version = "4.12.1" 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 80cfc68..f5aa3df 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -47,7 +47,7 @@ }, "productName": "Cinny", "mainBinaryName": "cinny", - "version": "4.11.2", + "version": "4.12.1", "identifier": "in.cinny.app", "plugins": { "updater": {