diff options
| author | 2026-01-14 16:48:33 +0800 | |
|---|---|---|
| committer | 2026-01-14 16:48:33 +0800 | |
| commit | 802b8cf5c0723b606ba5936c060e01d4c83222dd (patch) | |
| tree | 672e70568068ac6e28669239beb3f80814c113dd /src-tauri/Cargo.toml | |
| parent | 9193112aca842dbe4d723aa865a7a30f3bcdb691 (diff) | |
| download | DropOut-802b8cf5c0723b606ba5936c060e01d4c83222dd.tar.gz DropOut-802b8cf5c0723b606ba5936c060e01d4c83222dd.zip | |
chore: update version to 0.1.15 in Cargo.toml and tauri.conf.jsonv0.1.15
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5f061c6..d7319a7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.15-a1" +version = "0.1.15" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |