diff --git a/package-lock.json b/package-lock.json index b70e688..1997644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yet_another_launcher", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yet_another_launcher", - "version": "0.2.3", + "version": "0.2.4", "dependencies": { "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-progress": "^1.0.3", diff --git a/package.json b/package.json index 54763be..fb552ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.2.3", + "version": "0.2.4", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0d7fa13..261c331 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4454,7 +4454,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.2.3" +version = "0.2.4" dependencies = [ "directories", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 870906d..7ab49a0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.2.3" +version = "0.2.4" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cedf29f..63580cd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "0.2.3" + "version": "0.2.4" }, "tauri": { "allowlist": {