aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-25 05:19:59 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-25 05:19:59 +0000
commit7d4343ed13a2816dbf21a725079fbf65c914c20c (patch)
tree963d5862ee18c7768fcfb6b9d97ecf17b8a43b71 /src-tauri
parentf5666a47311aab27d0084a193356100ff3c1f3e0 (diff)
downloadDropOut-7d4343ed13a2816dbf21a725079fbf65c914c20c.tar.gz
DropOut-7d4343ed13a2816dbf21a725079fbf65c914c20c.zip
chore(release): bump versions
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/CHANGELOG.md10
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
3 files changed, 12 insertions, 2 deletions
diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md
index 90861d9..4f60189 100644
--- a/src-tauri/CHANGELOG.md
+++ b/src-tauri/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## v0.2.0-alpha.3
+
+### Chores
+
+- [`7edccaf`](https://github.com/HydroRoll-Team/DropOut/commit/7edccaf1be357c0a2619a87bc1767bc6c8a95954): Release Dropout to AUR.
+
+### New Features
+
+- [`26f299f`](https://github.com/HydroRoll-Team/DropOut/commit/26f299f1e2da116a8702a87e887e17ba3f822d64): Improve tauri app name from `dropout` to `Dropout Launcher`.
+
## 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 d5f719d..daadbca 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "Dropout Launcher",
- "version": "0.2.0-alpha.2",
+ "version": "0.2.0-alpha.3",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm --filter @dropout/ui dev",