diff --git a/package.json b/package.json index 7b0f5a9..b04f1f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.0.1", + "version": "0.1.0", "type": "module", "scripts": { "tauri": "tauri", @@ -57,4 +57,4 @@ "vite-plugin-top-level-await": "^1.3.1", "zustand": "^4.3.8" } -} +} \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 44c398b..00225b8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4368,7 +4368,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.0.1" +version = "0.1.0" dependencies = [ "directories", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 57b9f8a..ca8aa4a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.0.1" +version = "0.1.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 38b4cbb..a0a38ac 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARG-Launcher", - "version": "0.0.1" + "version": "0.1.0" }, "tauri": { "allowlist": {