Release v2.1.1

This commit is contained in:
Krishan
2022-08-07 21:20:18 +05:30
parent 2905fde325
commit c98cb286b7
7 changed files with 8 additions and 8 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -265,7 +265,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cinny"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"serde",
"serde_json",

View File

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

View File

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