diff options
| author | 2026-01-14 12:14:45 +0800 | |
|---|---|---|
| committer | 2026-01-14 12:14:45 +0800 | |
| commit | 9acb4648b5c14f32b150a18ea21711056f415533 (patch) | |
| tree | b9d80ebf7e4a9a4bd546b2815c03e70946160424 /src-tauri/Cargo.toml | |
| parent | b8cfb443b23e644ac0a7f469b500b2beaf001e9a (diff) | |
| download | DropOut-9acb4648b5c14f32b150a18ea21711056f415533.tar.gz DropOut-9acb4648b5c14f32b150a18ea21711056f415533.zip | |
chore: update version to 0.1.13 in Cargo.toml and tauri.conf.json
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 42fc159..c75437e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.12" +version = "0.1.13" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" |