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 Mar 28, 2024
1 parent fa1f97d commit c5acae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.2] - 2024-03-28

### Changed

- Make event diagnostic clear

### Fixed

- Fix IConstBlockSource [#1499]

## [0.10.1] - 2024-03-26

### Added
Expand Down Expand Up @@ -378,8 +388,10 @@ For lip and tooth-hub test only.
[#1481]: https://github.com/LiteLDev/LeviLamina/issues/1481
[#1483]: https://github.com/LiteLDev/LeviLamina/issues/1483
[#1492]: https://github.com/LiteLDev/LeviLamina/issues/1492
[#1499]: https://github.com/LiteLDev/LeviLamina/issues/1499

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.1...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.2...HEAD
[0.10.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.5...v0.10.0
[0.9.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.4...v0.9.5
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.10.1",
"version": "0.10.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.10.1/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.2/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.72",
"github.com/LiteLDev/CrashLogger": "1.1.x",
Expand Down

0 comments on commit c5acae6

Please sign in to comment.