From bc937d20a4436236315b294f8d287844580109ee Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 14 May 2022 09:47:32 +0530 Subject: [PATCH] v2.0.2 --- cinny | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cinny b/cinny index 0b70c7e..a6fdf90 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 0b70c7e490bcda197244b826d3a788ca06c84395 +Subproject commit a6fdf9010b31dcf89f0941adb4d294c363ab14bc diff --git a/package-lock.json b/package-lock.json index 8130373..2ee6709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.0.0", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.0.0", + "version": "2.0.2", "license": "MIT", "dependencies": { "@tauri-apps/api": "^1.0.0-rc.5" diff --git a/package.json b/package.json index cf13f91..9bd208d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.0.1", + "version": "2.0.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b075216..7708917 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.0.1" +version = "2.0.2" 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 e12a6b8..c2773d4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "cinny", - "version": "2.0.1" + "version": "2.0.2" }, "build": { "distDir": "../cinny/dist",