diff options
| author | 2026-02-24 19:15:35 +0000 | |
|---|---|---|
| committer | 2026-02-24 19:15:35 +0000 | |
| commit | 77343e27a57e46a05edde35350605b0d7fd3cd87 (patch) | |
| tree | 6adec629aa13931590a12e2922f59bc1dbfd214d /src-tauri | |
| parent | f6fd0bd512497352547d5b6a7837442d45ff06eb (diff) | |
| download | DropOut-77343e27a57e46a05edde35350605b0d7fd3cd87.tar.gz DropOut-77343e27a57e46a05edde35350605b0d7fd3cd87.zip | |
chore(release): bump versions
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 90861d9..c3e80f5 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.0-alpha.3 + +### Chores + +- [`7edccaf`](https://github.com/HydroRoll-Team/DropOut/commit/7edccaf1be357c0a2619a87bc1767bc6c8a95954): Release Dropout to AUR. + ## v0.2.0-alpha.2 ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index db8c8fb..e3e58d7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.2.0-alpha.2" +version = "0.2.0-alpha.3" edition = "2024" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 96ac48b..05c8218 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.2.0-alpha.2", + "version": "0.2.0-alpha.3", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm --filter @dropout/ui dev", |