Skip to content

Commit

Permalink
chore: update tooth.json & changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 5, 2024
1 parent 4d13d39 commit d2453d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -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"
}
],
Expand Down

0 comments on commit d2453d5

Please sign in to comment.