Release v4.0.1

This commit is contained in:
Krishan
2024-07-25 00:20:22 +10:00
parent b4ae5c3fc7
commit f36934a796
5 changed files with 5 additions and 5 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "cinny"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.0.0"
version = "4.0.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.0.0"
"version": "4.0.1"
},
"build": {
"distDir": "../cinny/dist",