diff options
| author | 2026-01-19 11:13:23 +0800 | |
|---|---|---|
| committer | 2026-01-19 11:13:23 +0800 | |
| commit | a0ae58a33b68be15bc0559ac498149565573a366 (patch) | |
| tree | f3675bdb552a79ddb4601ccf2f5ddd81eb47c9fb | |
| parent | bdff2175a8470accdab030b3931406495c56074d (diff) | |
| parent | f5560d7e8abe4a41c5f959cb6eb888f6aef6ca65 (diff) | |
| download | DropOut-a0ae58a33b68be15bc0559ac498149565573a366.tar.gz DropOut-a0ae58a33b68be15bc0559ac498149565573a366.zip | |
chore: migrate repository from HsiangNianian to HydroRoll-Team (#68)
Recreated from #64
#64 includes non-linear commits that rebased from old version of main
branch which contains large files.
## Summary by Sourcery
Update project metadata and links for the new HydroRoll-Team repository
and bump versions for the alpha.1 pre-release.
New Features:
- Add changelog files for the Tauri app and UI packages documenting the
v0.2.0-alpha.1 release.
Enhancements:
- Bump Tauri and UI package versions from 0.2.0-alpha to 0.2.0-alpha.1
to reflect the new pre-release.
- Update repository URLs, API endpoints, and commit links to point to
the HydroRoll-Team/DropOut GitHub organization.
Documentation:
- Add release notes for v0.2.0-alpha.1 in separate changelog files for
the backend and UI.
| -rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 74b0203..6fde40f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" license = "MIT" -repository = "https://github.com/HsiangNianian/DropOut" +repository = "https://github.com/HydroRoll-Team/DropOut" publish = false [dependencies] |