From 5e09625902ad0fa1b1eb555a255a3720193dbb2c Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 20:04:24 +0800 Subject: chore: update version to 0.1.10 in Cargo.toml and tauri.conf.json --- src-tauri/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-tauri/Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2