From 77c4672227d9fd7ac31785f5e1c00b59e66095d7 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:14:13 +0530 Subject: [PATCH] Release v2.2.0 * Release v2.2.0 (#61) * Update cinny submodule --- cinny | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cinny b/cinny index 17fabca..80d9a2c 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 17fabcaf02d7b5a38564c55b3316f966fb313a03 +Subproject commit 80d9a2ca7d716ae7c088058cdcd1a335da5b4a87 diff --git a/package-lock.json b/package-lock.json index df75a74..d4c383b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 659d52b..237e420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.1.3", + "version": "2.2.0", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c3fe3f7..bb52509 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -263,7 +263,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.1.3" +version = "2.2.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a5f0f20..c7fe5b2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d30810b..0bf0920 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.1.3" + "version": "2.2.0" }, "build": { "distDir": "../cinny/dist",