From da498bf57bc4c3a1126222f9b19229384ec67a30 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sun, 8 May 2022 13:32:57 +0530 Subject: [PATCH] release 2.0.0 --- 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 12369ba..d2b4356 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 12369ba2ec2669ac5f804eca796ee1059a9fd00d +Subproject commit d2b435618cbfff0fd84d0893e61a2e18e456a3cb diff --git a/package-lock.json b/package-lock.json index cd2f6b4..8130373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "1.8.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "1.8.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@tauri-apps/api": "^1.0.0-rc.5" diff --git a/package.json b/package.json index d5d3400..63a31a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "1.8.2", + "version": "2.0.0", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cca31b8..4ecf62d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "1.8.2" +version = "2.0.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 723bca7..df2a766 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "cinny", - "version": "1.8.2" + "version": "2.0.0" }, "build": { "distDir": "../cinny/dist",