diff options
| author | 2026-01-16 14:42:34 +0800 | |
|---|---|---|
| committer | 2026-01-16 14:42:34 +0800 | |
| commit | e3bd439e74d92732107bbce671cbf092ba134ef4 (patch) | |
| tree | 59cfc2e5ed37978ccc482e3970fc21094659d576 /src-tauri/Cargo.toml | |
| parent | 9c366b8d5c3f68d19bb87ed354b42b48c99b66c5 (diff) | |
| download | DropOut-e3bd439e74d92732107bbce671cbf092ba134ef4.tar.gz DropOut-e3bd439e74d92732107bbce671cbf092ba134ef4.zip | |
chore: update version to 0.1.24 in Cargo.toml and tauri.conf.jsonv0.1.24
Bumped the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.24.
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 97529a1..5a7cfc8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.23" +version = "0.1.24" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |