diff --git a/package-lock.json b/package-lock.json index 0fa4791..0254e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yet_another_launcher", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yet_another_launcher", - "version": "0.3.1", + "version": "0.3.2", "dependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", diff --git a/package.json b/package.json index 6437022..d8b1e88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.3.1", + "version": "0.3.2", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 55b1ea2..0232dc8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5404,7 +5404,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "directories", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 02d09e5..8eca426 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.3.1" +version = "0.3.2" description = "The YARC (Yet Another Rhythm Company) launcher." authors = ["YARC Team"] license = "YARG License" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8567469..30f431b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "0.3.1" + "version": "0.3.2" }, "tauri": { "allowlist": { @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +}