From 1319705cd07e9d892f03548b3b04ed5edd7f2b25 Mon Sep 17 00:00:00 2001 From: some1chan <31833556+some1chan@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:18:23 -0600 Subject: [PATCH] Release 0.2.1 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {