diff --git a/CHANGELOG.md b/CHANGELOG.md index be024ea0fa..32ab836ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.7.1] - 2024-02-05 - -### Fixed - -- Fix Logger.h include - -## [0.7.0] - 2024-02-05 +## [0.7.2] - 2024-02-05 ### Added @@ -224,9 +218,8 @@ First preview release. For lip and tooth-hub test only. -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.1...HEAD -[0.7.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.0...v0.7.1 -[0.7.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...v0.7.0 +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...v0.7.2 [0.6.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.0...v0.6.1 diff --git a/tooth.json b/tooth.json index e5937759e4..04b9da582f 100644 --- a/tooth.json +++ b/tooth.json @@ -1,27 +1,27 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.7.1", + "version": "0.7.2", "info": { "name": "LeviLamina", "description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS", "author": "LiteLDev", "tags": [] }, - "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.1/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.2/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.50 || 1.20.51", "github.com/LiteLDev/PeEditor": "3.5.x", - "github.com/LiteLDev/PreLoader": "1.4.x" + "github.com/LiteLDev/PreLoader": "1.5.x" }, "files": { "place": [ { - "src": "lib/LeviLamina.dll", + "src": "bin/LeviLamina.dll", "dest": "LeviLamina.dll" }, { - "src": "lib/LeviLamina.pdb", + "src": "bin/LeviLamina.pdb", "dest": "LeviLamina.pdb" } ],