diff options
| author | 2026-01-13 20:27:41 +0800 | |
|---|---|---|
| committer | 2026-01-13 20:27:41 +0800 | |
| commit | 6d04672b3d293b6350fb4cf4710babbe5583dbc5 (patch) | |
| tree | 2cdbe84285b128d9ad048debe02c5bd25e5345a0 /src-tauri | |
| parent | 48d9d886c078a04ead31a9d10744a085307444fa (diff) | |
| download | DropOut-6d04672b3d293b6350fb4cf4710babbe5583dbc5.tar.gz DropOut-6d04672b3d293b6350fb4cf4710babbe5583dbc5.zip | |
chore: update version to 0.1.11 in Cargo.toml and tauri.conf.jsonv0.1.11
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 95dbb17..b1ddcfa 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.10" +version = "0.1.11" 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 70376ae..b22fea9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.10", + "version": "0.1.11", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |