diff --git a/package.json b/package.json index 40f9f8d..d585ca2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hbca", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "commit": "cz", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b8e345c..1d1c644 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1156,7 +1156,7 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" [[package]] name = "hbca" -version = "0.1.3" +version = "0.2.1" dependencies = [ "inputbot", "notify", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cbf6c0e..acb0254 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbca" -version = "0.1.3" +version = "0.2.1" description = " A high budget control application, for synchronizing inputs over the internet. " authors = ["some1chan"] license = "OSL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 684c5aa..9676c86 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "hbca", - "version": "0.1.3" + "version": "0.2.1" }, "tauri": { "allowlist": {