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

## [Unreleased]

## [0.1.7] - 2024-03-14

### Changed

- Adapted to LeviLamina 0.9.3

## [0.1.6] - 2024-02-22

### Fixed
Expand All @@ -29,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed some bugs

[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.7...HEAD
[0.1.7]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/LiteLDev/LeviOptimize/releases/tag/v0.1.5
8 changes: 4 additions & 4 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.1.6",
"version": "0.1.7",
"info": {
"name": "LeviOptimize",
"description": "A performance optimization plugin for Minecraft Bedrock Server",
Expand All @@ -11,9 +11,9 @@
"plugin"
]
},
"asset_url": "https://github.com/LiteLDev/LeviOptimize/releases/download/v0.1.6/LeviOptimize-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviOptimize/releases/download/v0.1.7/LeviOptimize-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.8.x"
"github.com/LiteLDev/LeviLamina": ">=0.9.3 <0.10.0"
},
"files": {
"place": [
Expand All @@ -23,4 +23,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

add_requires(
"levilamina 0.8.x",
"levilamina 0.9.3",
"parallel-hashmap v1.3.12"
)

Expand Down

0 comments on commit e76380f

Please sign in to comment.