diff options
| author | 2026-01-15 19:41:45 +0800 | |
|---|---|---|
| committer | 2026-01-15 19:41:45 +0800 | |
| commit | 6b1480dbff0001ff1aac8eea33880bf12f8e4a34 (patch) | |
| tree | 966f10d3ca4c63375c67708dede0ef08d87ca005 /src-tauri | |
| parent | a9c5ed1550a4270dd34b62aedbf9ecf43a86de51 (diff) | |
| download | DropOut-6b1480dbff0001ff1aac8eea33880bf12f8e4a34.tar.gz DropOut-6b1480dbff0001ff1aac8eea33880bf12f8e4a34.zip | |
chore: Bump version to 0.1.23 in Cargo.toml and tauri.conf.json for releasev0.1.23
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 1c6fb7e..97529a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.22" +version = "0.1.23" 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 4fc5260..060a871 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.22", + "version": "0.1.23", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |