diff --git a/package.json b/package.json index ad25b75..96542c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mechy-keyboard", "private": true, - "version": "1.0.2", + "version": "1.0.3", "type": "module", "author": { "name": "Julian Kominovic", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a45620f..6bccab6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2196,7 +2196,7 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "mechy-keyboard" -version = "1.0.2" +version = "1.0.3" dependencies = [ "cocoa 0.25.0", "kira", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8c73d8c..6c2a174 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mechy-keyboard" -version = "1.0.2" +version = "1.0.3" description = "Give your keyboard a voice. Simulate the sounds of typing on a mechanical keyboard." authors = ["Julian Kominovic "] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3231645..21a0a03 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Mechy Keyboard", - "version": "1.0.2" + "version": "1.0.3" }, "tauri": { "allowlist": {