Release v2.2.1

* Release v2.2.1

* Update cinny submodule
This commit is contained in:
Krishan 2022-09-28 19:32:13 +05:30 committed by GitHub
parent b95adf903c
commit 475f78b5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

2
cinny

@ -1 +1 @@
Subproject commit 80d9a2ca7d716ae7c088058cdcd1a335da5b4a87 Subproject commit 9185ee0cf94d3340aef2d464a91afcbd0471a96d

4
package-lock.json generated
View file

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

View file

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

2
src-tauri/Cargo.lock generated
View file

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

View file

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

View file

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