diff options
| author | 2026-01-14 20:41:12 +0800 | |
|---|---|---|
| committer | 2026-01-14 20:41:12 +0800 | |
| commit | 5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c (patch) | |
| tree | 2491a8e0c9a134d2d1be36544ea3047c5f657e45 /src-tauri/Cargo.toml | |
| parent | 44a5f42d901abbb282210419529d0e01302b1bed (diff) | |
| download | DropOut-5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c.tar.gz DropOut-5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c.zip | |
chore: update version to 0.1.19 in Cargo.toml and tauri.conf.jsonv0.1.19
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 e98d2b3..9b5bc7b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.18" +version = "0.1.19" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |