From c7f4b63268a57adfc67b751f6eea7483970e359f Mon Sep 17 00:00:00 2001 From: Cherry Date: Fri, 7 Jun 2024 20:19:37 -0400 Subject: [PATCH] 0.3.0 --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d11142f..f915e52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tq_launcher", "private": true, - "version": "0.2.1", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0b6d894..bd56493 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tq_launcher" -version = "0.2.1" +version = "0.3.0" description = "Launcher for TerraQuest" authors = ["&Cherry"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6b985b2..b2396af 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "tq_launcher", - "version": "0.2.1" + "version": "0.3.0" }, "tauri": { "allowlist": {