From 72635adbdd8c6c9ce36cb7d5c5572093291ceb26 Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:12:57 -0400 Subject: [PATCH] Set version to 0.1.2 --- package.json | 4 ++-- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e7cecdc..f87489b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yet_another_launcher", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "tauri": "tauri", @@ -59,4 +59,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 e389549..fe8f027 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4368,7 +4368,7 @@ dependencies = [ [[package]] name = "yet_another_launcher" -version = "0.1.1" +version = "0.1.2" dependencies = [ "directories", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 493fcba..c84891e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yet_another_launcher" -version = "0.1.1" +version = "0.1.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 22a1a8b..eb4ed34 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "YARC-Launcher", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": { @@ -82,4 +82,4 @@ } } } -} +} \ No newline at end of file