From 5acc9eb61529ba6d60bb0df17372c5f7790b6114 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:29:09 +1000 Subject: [PATCH] Release v4.2.1 (#346) * Release v4.2.1 * 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 c75e903..21164a9 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit c75e90361928c18cf33893954c50ce4600e0356a +Subproject commit 21164a9b61919648b002b1033a6f5c783342401f diff --git a/package-lock.json b/package-lock.json index c294556..80b3569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "4.2.0", + "version": "4.2.1", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.6.0" diff --git a/package.json b/package.json index afa9d96..1c6d6cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.2.0", + "version": "4.2.1", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 04cddc8..817e15f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -462,7 +462,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" [[package]] name = "cinny" -version = "4.2.0" +version = "4.2.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f1d9178..69b5205 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "4.2.0" +version = "4.2.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 52f03e8..71a11c3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "4.2.0" + "version": "4.2.1" }, "build": { "distDir": "../cinny/dist",