diff options
| author | 2026-01-13 16:41:33 +0800 | |
|---|---|---|
| committer | 2026-01-13 16:41:33 +0800 | |
| commit | 69398ea5dd5d6e1680b788cdabf7927f730e3d55 (patch) | |
| tree | 95e607e98f6ec743560d1cf0dfe6ea3e0fdf5480 | |
| parent | 7860149a08fbba28be4865355d8b759df48d492f (diff) | |
| download | DropOut-69398ea5dd5d6e1680b788cdabf7927f730e3d55.tar.gz DropOut-69398ea5dd5d6e1680b788cdabf7927f730e3d55.zip | |
chore: update version to 0.1.7 in Cargo.tomlv0.1.7
| -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 f427aad..d9149a8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.6" +version = "0.1.7" 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 a9e13bb..ce22e46 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.6", + "version": "0.1.7", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |