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
Lovelylavender4 committed Jun 24, 2024
1 parent 5cad11b commit d62cdf3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.3] - 2024-06-24

### Added

- Adapted to BDS version 1.21.1 @Lovelylavender4

### Fixed

- Fixed missing include in memory.h @ShrBox
- Fixed UpdateSubChunkBlocksPacket. @Lovelylavender4

### Changed

- Adjusted the position of UpdateSubChunkBlocksChangedInfo and UpdateSubChunkNetworkBlockInfo. @Lovelylavender4

## [0.13.2] - 2024-06-23

### Changed
Expand Down Expand Up @@ -569,7 +584,8 @@ For lip and tooth-hub test only.
[#1520]: https://github.com/LiteLDev/LeviLamina/issues/1520
[#1552]: https://github.com/LiteLDev/LeviLamina/issues/1552

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.2...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.3...HEAD
[0.13.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.2...v0.13.3
[0.13.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.4...v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.13.2",
"version": "0.13.3",
"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.13.2/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.3/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": ">=1.21.0 <1.21.10",
"github.com/LiteLDev/CrashLogger": "1.1.x",
Expand Down

0 comments on commit d62cdf3

Please sign in to comment.