diff options
| author | 2026-02-25 13:41:24 +0800 | |
|---|---|---|
| committer | 2026-02-25 13:41:24 +0800 | |
| commit | c939a544c3bcf803010a222f5cd30ec6cdaaa21a (patch) | |
| tree | 04b769b27d0b2c4685724e84bf5398a80aed6b5a | |
| parent | 9d394bae649bfb4d5f6f638c4d6334c53b75685d (diff) | |
| parent | dd06725784e439be113a327c3d5c8ccf5563235f (diff) | |
| download | DropOut-c939a544c3bcf803010a222f5cd30ec6cdaaa21a.tar.gz DropOut-c939a544c3bcf803010a222f5cd30ec6cdaaa21a.zip | |
chore(release): bump versions (#107)
# Releases
## dropout
## v0.2.0-alpha.3
### New Features
-
[`26f299f`](https://github.com/HydroRoll-Team/DropOut/commit/26f299f1e2da116a8702a87e887e17ba3f822d64):
Improve tauri app name from `dropout` to `Dropout Launcher`.
### Chores
-
[`7edccaf`](https://github.com/HydroRoll-Team/DropOut/commit/7edccaf1be357c0a2619a87bc1767bc6c8a95954):
Release Dropout to AUR.
| -rw-r--r-- | .changes/release-aur.md | 5 | ||||
| -rw-r--r-- | .changes/tauri-app-name.md | 5 | ||||
| -rw-r--r-- | src-tauri/CHANGELOG.md | 10 | ||||
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/.changes/release-aur.md b/.changes/release-aur.md deleted file mode 100644 index 4d6cba5..0000000 --- a/.changes/release-aur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -dropout: "patch:chore" ---- - -Release Dropout to AUR. diff --git a/.changes/tauri-app-name.md b/.changes/tauri-app-name.md deleted file mode 100644 index fa80901..0000000 --- a/.changes/tauri-app-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -dropout: "patch:feat" ---- - -Improve tauri app name from `dropout` to `Dropout Launcher`. diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 90861d9..fd65e9f 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.2.0-alpha.3 + +### New Features + +- [`26f299f`](https://github.com/HydroRoll-Team/DropOut/commit/26f299f1e2da116a8702a87e887e17ba3f822d64): Improve tauri app name from `dropout` to `Dropout Launcher`. + +### 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 371b706..4c617fd 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", |