diff options
| author | 2026-01-16 21:03:36 +0800 | |
|---|---|---|
| committer | 2026-01-16 21:03:36 +0800 | |
| commit | ef59aae63b171353d22aa0c7a684cbf335694b58 (patch) | |
| tree | da488e8e46d30f5ecfcc25251c6e97d8f57a1684 /src-tauri/Cargo.toml | |
| parent | ba5235427efa74ae0eb4c167c5e75544b3a6c3ce (diff) | |
| download | DropOut-ef59aae63b171353d22aa0c7a684cbf335694b58.tar.gz DropOut-ef59aae63b171353d22aa0c7a684cbf335694b58.zip | |
chore: bump version to 0.1.26 in Cargo.toml and tauri.conf.jsonv0.1.26
Updated the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.26. This change ensures consistency across project configuration files.
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 663a5b1..e6a8967 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.25" +version = "0.1.26" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |