diff --git a/cinny b/cinny index 0539836..0b70c7e 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 05398367147bd5b3c3990defb032a349ac8c5d22 +Subproject commit 0b70c7e490bcda197244b826d3a788ca06c84395 diff --git a/package.json b/package.json index 63a31a3..cf13f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.0.0", + "version": "2.0.1", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4ecf62d..b075216 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.0.0" +version = "2.0.1" 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 df2a766..8c0a96f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "cinny", - "version": "2.0.0" + "version": "2.0.1" }, "build": { "distDir": "../cinny/dist",