Release v3.2.0

This commit is contained in:
Krishan
2023-10-31 21:25:27 +11:00
parent e9c6369b2b
commit 3c22636bdf
6 changed files with 7 additions and 7 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -424,7 +424,7 @@ dependencies = [
[[package]]
name = "cinny"
version = "3.1.0"
version = "3.2.0"
dependencies = [
"serde",
"serde_json",

View File

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

View File

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