From 0672fed9efa09833a2cc629f9374a5f04241c3c9 Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:27:13 -0500 Subject: [PATCH] Set version to 0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b918bdb..f014fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yet_another_launcher", - "version": "0.2.6", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yet_another_launcher", - "version": "0.2.6", + "version": "0.3.0", "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 394cd30..161106b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.2.6", + "version": "0.3.0", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 855df8b..63d36e1 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4721,7 +4721,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.2.6" +version = "0.3.0" dependencies = [ "async-trait", "directories", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 63a3c16..5e6373e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.2.6" +version = "0.3.0" 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 ed99c56..2ac1e7d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "0.2.6" + "version": "0.3.0" }, "tauri": { "allowlist": {