Release v2.2.3

This commit is contained in:
Krishan
2023-01-15 16:22:44 +11:00
parent dd5ddd1a7b
commit 7007d3ba7c
6 changed files with 7 additions and 7 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cinny"
version = "2.2.2"
version = "2.2.3"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "2.2.2"
version = "2.2.3"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "MIT"

View File

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