From 6fe9ac1949a56086e5d3190319a32df0f7ea2678 Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:40:09 -0400 Subject: [PATCH] Change version to `1.0.0` --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b92bdc8..2359e9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.3.2", + "version": "1.0.0", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 615f7f8..5c91f05 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.3.2" +version = "1.0.0" dependencies = [ "async-trait", "clap", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f4fa510..8dbe63f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.3.2" +version = "1.0.0" 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 8727b0d..bf92901 100644 --- a/src-tauri/tauri.conf.json5 +++ b/src-tauri/tauri.conf.json5 @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "0.3.2" + "version": "1.0.0" }, "tauri": { "allowlist": {