Release v2.2.0

* Release v2.2.0 (#61)

* Update cinny submodule
This commit is contained in:
Krishan
2022-09-17 19:14:13 +05:30
committed by GitHub
parent 1d87374628
commit 77c4672227
6 changed files with 7 additions and 7 deletions

2
cinny

Submodule cinny updated: 17fabcaf02...80d9a2ca7d

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "2.1.3",
"version": "2.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "1.1.0"

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "2.1.3",
"version": "2.2.0",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

2
src-tauri/Cargo.lock generated
View File

@@ -263,7 +263,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cinny"
version = "2.1.3"
version = "2.2.0"
dependencies = [
"serde",
"serde_json",

View File

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

View File

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