diff options
| author | 2026-01-15 17:50:44 +0800 | |
|---|---|---|
| committer | 2026-01-15 17:50:44 +0800 | |
| commit | aaa81ccb05362333e512b2609e9d86f11f5457eb (patch) | |
| tree | 2bab79356fbcee1630716c374c5f3480425e5dc0 /src-tauri | |
| parent | 31077dbd39a25eecd24a1dca0f8c9d1879265277 (diff) | |
| download | DropOut-aaa81ccb05362333e512b2609e9d86f11f5457eb.tar.gz DropOut-aaa81ccb05362333e512b2609e9d86f11f5457eb.zip | |
chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0eb143c..1c6fb7e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.21" +version = "0.1.22" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ce54ca8..4fc5260 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.21", + "version": "0.1.22", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |