aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src-tauri/Cargo.toml3
-rw-r--r--src-tauri/tauri.conf.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index c53ff36..95dbb17 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "dropout"
-version = "0.1.9"
+version = "0.1.10"
edition = "2021"
authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
license = "MIT"
+repository = "https://github.com/HsiangNianian/DropOut"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 53da0de..70376ae 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.1.9",
+ "version": "0.1.10",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm -C ../ui dev",