From 32f8fdcff1cfb8d3ed6b4108c1cc38e99715773c Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Sat, 22 Jul 2023 13:38:51 -0400 Subject: [PATCH] Set version to 0.2.0 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1a4985d..b25e5d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.1.3", + "version": "0.2.0", "type": "module", "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1347567..baf1d06 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4428,7 +4428,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.1.3" +version = "0.2.0" dependencies = [ "directories", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6628c5e..46f13e0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.1.3" +version = "0.2.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 373316b..231beab 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC Launcher", - "version": "0.1.3" + "version": "0.2.0" }, "tauri": { "allowlist": {