diff options
| author | 2026-02-25 13:12:27 +0800 | |
|---|---|---|
| committer | 2026-02-25 13:12:27 +0800 | |
| commit | f5666a47311aab27d0084a193356100ff3c1f3e0 (patch) | |
| tree | 14ceab29de2e808ffa0355f8d0e2bf4cff5e2bd5 /src-tauri | |
| parent | 69ce69412bf41fdff5582f4d4f8ac5df4d394c2e (diff) | |
| download | DropOut-f5666a47311aab27d0084a193356100ff3c1f3e0.tar.gz DropOut-f5666a47311aab27d0084a193356100ff3c1f3e0.zip | |
revert: revert release manually
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, 2 insertions, 8 deletions
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 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", |