aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-02-25 13:29:26 +0800
committerGitHub <noreply@github.com>2026-02-25 13:29:26 +0800
commit123ac96e0691055a5f9984526a68d204d0292a51 (patch)
tree14ceab29de2e808ffa0355f8d0e2bf4cff5e2bd5
parent165a0fd94aa2e6b51565402a4626d2a08d300f0a (diff)
parent5b12470ea72001aa7d2b840d042ffa909a60f57b (diff)
downloadDropOut-123ac96e0691055a5f9984526a68d204d0292a51.tar.gz
DropOut-123ac96e0691055a5f9984526a68d204d0292a51.zip
revert: aur release failed caused by product name change (#106)
Reverts HydroRoll-Team/DropOut#105
-rw-r--r--.changes/release-aur.md5
-rw-r--r--.changes/tauri-app-name.md5
-rw-r--r--src-tauri/CHANGELOG.md10
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
5 files changed, 12 insertions, 12 deletions
diff --git a/.changes/release-aur.md b/.changes/release-aur.md
new file mode 100644
index 0000000..4d6cba5
--- /dev/null
+++ b/.changes/release-aur.md
@@ -0,0 +1,5 @@
+---
+dropout: "patch:chore"
+---
+
+Release Dropout to AUR.
diff --git a/.changes/tauri-app-name.md b/.changes/tauri-app-name.md
new file mode 100644
index 0000000..fa80901
--- /dev/null
+++ b/.changes/tauri-app-name.md
@@ -0,0 +1,5 @@
+---
+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 4f60189..90861d9 100644
--- a/src-tauri/CHANGELOG.md
+++ b/src-tauri/CHANGELOG.md
@@ -1,15 +1,5 @@
# 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 e3e58d7..db8c8fb 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout"
-version = "0.2.0-alpha.3"
+version = "0.2.0-alpha.2"
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 daadbca..d5f719d 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.3",
+ "version": "0.2.0-alpha.2",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm --filter @dropout/ui dev",