Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Apr 13, 2024
1 parent c71d51d commit cd17672
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3] - 2024-04-13

### Changed

- Adapt to LeviLamina 0.11.x

## [0.2.2] - 2024-04-06

## Fixed
### Fixed

- Fixed clear player lookup cache crash issue

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"entry": "${pluginFile}",
"version": "${pluginVersion}",
"type": "native"
}
}
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviOptimize",
"version": "0.2.2",
"version": "0.2.3",
"info": {
"name": "LeviOptimize",
"description": "A performance optimization plugin for Minecraft Bedrock Server",
Expand All @@ -13,7 +13,7 @@
},
"asset_url": "https://github.com/LiteLDev/LeviOptimize/releases/download/v0.2.1/LeviOptimize-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.10.2"
"github.com/LiteLDev/LeviLamina": "0.11.x"
},
"files": {
"place": [
Expand Down

0 comments on commit cd17672

Please sign in to comment.