Release v4.7.1 (#450)

* Release v4.7.1

* update cinny submodule
This commit is contained in:
Ajay Bura
2025-05-21 17:46:13 +05:30
committed by GitHub
parent e3c33eeca8
commit 22489e880f
6 changed files with 7 additions and 7 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -477,7 +477,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
[[package]]
name = "cinny"
version = "4.7.0"
version = "4.7.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.7.0"
version = "4.7.1"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "AGPL-3.0-only"

View File

@@ -1,7 +1,7 @@
{
"package": {
"productName": "Cinny",
"version": "4.7.0"
"version": "4.7.1"
},
"build": {
"distDir": "../cinny/dist",