aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-02-25 03:05:43 +0800
committerGitHub <noreply@github.com>2026-02-25 03:05:43 +0800
commit0fe8cecfb9addfb77823cae5078282755eaede27 (patch)
tree6f7b334874f96765f044ab74e0369f5b49b72a81
parent13e112389181ceed1d1b70aa408d282faad80bd4 (diff)
parent3cf009757ed03ccb08ea38658de516626bfb5f63 (diff)
downloadDropOut-0fe8cecfb9addfb77823cae5078282755eaede27.tar.gz
DropOut-0fe8cecfb9addfb77823cae5078282755eaede27.zip
revert: revert due to aur release (#103)
Reverts HydroRoll-Team/DropOut#102
-rw-r--r--.changes/release-aur.md5
-rw-r--r--src-tauri/CHANGELOG.md6
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
4 files changed, 7 insertions, 8 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/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md
index c3e80f5..90861d9 100644
--- a/src-tauri/CHANGELOG.md
+++ b/src-tauri/CHANGELOG.md
@@ -1,11 +1,5 @@
# 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 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 05c8218..96ac48b 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.2.0-alpha.3",
+ "version": "0.2.0-alpha.2",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm --filter @dropout/ui dev",