Release v4.5.1 (#428)

* Release v4.5.1

* bump cinny submodule
This commit is contained in:
Krishan
2025-03-05 13:38:28 +11:00
committed by GitHub
parent de29f8a49e
commit fe40597eac
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.5.0"
version = "4.5.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.5.0"
version = "4.5.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.5.0"
"version": "4.5.1"
},
"build": {
"distDir": "../cinny/dist",