diff options
| author | 2026-01-14 18:16:46 +0800 | |
|---|---|---|
| committer | 2026-01-14 18:16:46 +0800 | |
| commit | 26898fd7c7150b33b2b14af86f734d375483cc1d (patch) | |
| tree | 60bad2b50c25b0b59bfe366b9172603b900d2531 /src-tauri/Cargo.toml | |
| parent | eed52135e7d6ffbbbd64070cf567bcf08653c7d5 (diff) | |
| download | DropOut-26898fd7c7150b33b2b14af86f734d375483cc1d.tar.gz DropOut-26898fd7c7150b33b2b14af86f734d375483cc1d.zip | |
chore: bump version to 0.1.16 in Cargo.toml and tauri.conf.jsonv0.1.16
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 1d4ccc5..77af3ff 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.15" +version = "0.1.16" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |