diff options
| author | 2026-01-13 20:04:24 +0800 | |
|---|---|---|
| committer | 2026-01-13 20:04:24 +0800 | |
| commit | 5e09625902ad0fa1b1eb555a255a3720193dbb2c (patch) | |
| tree | d40d7f0d26e42935c716d520ca2b707c23762dc6 /src-tauri | |
| parent | 7363cf7db5bd58cd75c7d991bbac4545c56af94f (diff) | |
| download | DropOut-5e09625902ad0fa1b1eb555a255a3720193dbb2c.tar.gz DropOut-5e09625902ad0fa1b1eb555a255a3720193dbb2c.zip | |
chore: update version to 0.1.10 in Cargo.toml and tauri.conf.jsonv0.1.10
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/Cargo.toml | 3 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
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", |