aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/CHANGELOG.md6
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
3 files changed, 8 insertions, 2 deletions
diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md
index fd65e9f..f0f3123 100644
--- a/src-tauri/CHANGELOG.md
+++ b/src-tauri/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.2.0-alpha.4
+
+### Chores
+
+- [`2cef6e8`](https://github.com/HydroRoll-Team/DropOut/commit/2cef6e86b4fd45549ee2a4f7ea54a142690117d2): Fix version of `@dropout/ui`.
+
## v0.2.0-alpha.3
### New Features
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index e3e58d7..1cce2cc 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.4"
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 4c617fd..08e2fc9 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.4",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm --filter @dropout/ui dev",