diff options
| author | 2026-01-19 00:42:00 +0800 | |
|---|---|---|
| committer | 2026-01-19 00:42:00 +0800 | |
| commit | eee4e0d54ea8d95c08742d36eaa9839b8646ab17 (patch) | |
| tree | 6854a16f4d3d543a48a8f592071ac74d6abc8ba3 /src-tauri | |
| parent | f57b6639424eb0258292870512e78c0670d3b94d (diff) | |
| parent | dc1f045eac107f7ca2f3cdc7d3cce333716ad10c (diff) | |
| download | DropOut-eee4e0d54ea8d95c08742d36eaa9839b8646ab17.tar.gz DropOut-eee4e0d54ea8d95c08742d36eaa9839b8646ab17.zip | |
chore(release): bump versions (#63)
# Releases
## dropout
## v0.2.0-alpha.1
### New Features
-
[`e7ac28c`](https://github.com/HydroRoll-Team/DropOut/commit/e7ac28c6b8467a8fca0a3b61ba498e4742d3a718):
Prepare for alpha mode pre-release.
([#62](https://github.com/HydroRoll-Team/DropOut/pull/62) by @fu050409)
## @dropout/ui
## v0.2.0-alpha.1
### New Features
-
[`e7ac28c`](https://github.com/HydroRoll-Team/DropOut/commit/e7ac28c6b8467a8fca0a3b61ba498e4742d3a718):
Prepare for alpha mode pre-release.
([#62](https://github.com/HydroRoll-Team/DropOut/pull/62) by @fu050409)
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/CHANGELOG.md | 7 | ||||
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md new file mode 100644 index 0000000..4b2d22b --- /dev/null +++ b/src-tauri/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v0.2.0-alpha.1 + +### New Features + +- [`e7ac28c`](https://github.com/HydroRoll-Team/DropOut/commit/e7ac28c6b8467a8fca0a3b61ba498e4742d3a718): Prepare for alpha mode pre-release. ([#62](https://github.com/HydroRoll-Team/DropOut/pull/62) by @fu050409) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index acf9564..74b0203 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.2.0-alpha" +version = "0.2.0-alpha.1" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fec2eb3..2f0ace7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.2.0-alpha", + "version": "0.2.0-alpha.1", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm --filter @dropout/ui dev", |