diff --git a/package.json b/package.json index 23893d5..9b3a25e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "1.0.1", + "version": "1.0.2", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 894319f..969d62d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-trait", "clap", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c242e60..5d2b377 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "1.0.1" +version = "1.0.2" description = "The YARC (Yet Another Rhythm Company) launcher." authors = ["YARC Team"] license = "YARG License" diff --git a/src-tauri/tauri.conf.json5 b/src-tauri/tauri.conf.json5 index daf3ac3..1c98d5e 100644 --- a/src-tauri/tauri.conf.json5 +++ b/src-tauri/tauri.conf.json5 @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "1.0.1" + "version": "1.0.2" }, "tauri": { "allowlist": {