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/Cargo.toml | |
| parent | 7363cf7db5bd58cd75c7d991bbac4545c56af94f (diff) | |
| download | DropOut-0.1.10.tar.gz DropOut-0.1.10.zip | |
chore: update version to 0.1.10 in Cargo.toml and tauri.conf.jsonv0.1.10
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 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"] } |