From 01b482c57b550487edfeb492701b4e19daf1a2f0 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sat, 13 Apr 2024 23:16:01 +0800 Subject: [PATCH] chore: update tooth.json --- CHANGELOG.md | 10 +++++++++- tooth.json | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef36c8218e..5d3f9827ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2024-04-13 + +### Fixed + +- Fix getEnderChestContainer +- Add missing export for ServiceManager::getInstance (#1506) + ## [0.11.0] - 2024-04-13 ### Added @@ -457,7 +464,8 @@ For lip and tooth-hub test only. [#1499]: https://github.com/LiteLDev/LeviLamina/issues/1499 [#1502]: https://github.com/LiteLDev/LeviLamina/issues/1502 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.5...v0.11.0 [0.10.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.4...v0.10.5 [0.10.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.2...v0.10.4 diff --git a/tooth.json b/tooth.json index 22500f1e0e..67b2f5af83 100644 --- a/tooth.json +++ b/tooth.json @@ -1,16 +1,16 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.11.0", + "version": "0.11.1", "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.11.0/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.11.1/levilamina-release-windows-x64.zip", "dependencies": { - "github.com/LiteLDev/bds": "1.20.72", + "github.com/LiteLDev/bds": ">=1.20.70 <1.20.80", "github.com/LiteLDev/CrashLogger": "1.1.x", "github.com/LiteLDev/levilamina-loc": "1.0.x", "github.com/LiteLDev/PeEditor": "3.5.x",