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

## [Unreleased]

## [0.9.1] - 2024-02-29

### Added

- Add new BossBarColor enum value
- Add BlockVolume::block
- Add statistics service
- Add `ll reactivate` command

### Changed

- Optimize `ll show` command output

## [0.9.0] - 2024-02-24

### Added
Expand Down Expand Up @@ -289,7 +302,8 @@ First preview release.

For lip and tooth-hub test only.

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.4...v0.9.0
[0.8.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.1...v0.8.3
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.9.0",
"version": "0.9.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.9.0/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.9.1/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.62",
"github.com/LiteLDev/CrashLogger": "1.1.x",
"github.com/LiteLDev/levilamina-loc": "0.x",
"github.com/LiteLDev/levilamina-loc": "1.0.x",
"github.com/LiteLDev/PeEditor": "3.5.x",
"github.com/LiteLDev/PreLoader": "1.5.x"
},
Expand Down

0 comments on commit cc032ab

Please sign in to comment.