diff options
| author | 2026-01-13 16:34:13 +0800 | |
|---|---|---|
| committer | 2026-01-13 16:34:13 +0800 | |
| commit | b5cc8c2e9a9661de3b398508636399507f55b496 (patch) | |
| tree | cdd75f611b567d7bcbcdde5eb6938d65fc91ef81 /src-tauri | |
| parent | b4f4199afcd30fa8a263e22d47251d64f2f7a2b1 (diff) | |
| download | DropOut-b5cc8c2e9a9661de3b398508636399507f55b496.tar.gz DropOut-b5cc8c2e9a9661de3b398508636399507f55b496.zip | |
chore: update package version to 0.1.5 in Cargo.tomlv0.1.5
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 40e3c37..76cea25 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.4" +version = "0.1.5" 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 250da5a..0bc0550 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.4", + "version": "0.1.5", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |