diff options
| author | 2026-01-13 16:37:53 +0800 | |
|---|---|---|
| committer | 2026-01-13 16:37:53 +0800 | |
| commit | b8723835f2b5afc8b60a61144d06bd6963255a23 (patch) | |
| tree | ed61c49f785073c937c81b38636e738be24672fb | |
| parent | 8d9856d4a0e469aa9343188dd6c32528881d578f (diff) | |
| download | DropOut-b8723835f2b5afc8b60a61144d06bd6963255a23.tar.gz DropOut-b8723835f2b5afc8b60a61144d06bd6963255a23.zip | |
chore: update version to 0.1.6 in Cargo.toml and tauri.conf.jsonv0.1.6
| -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 76cea25..f427aad 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.5" +version = "0.1.6" 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 0bc0550..a9e13bb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.5", + "version": "0.1.6", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |