Skip to content

Commit

Permalink
chore: update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jun 19, 2024
1 parent 1b3525f commit f407311
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions 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.4.0] - 2024-06-19

### Added

- Adapt to LeviLamina 0.13.x

## [0.3.1] - 2024-06-02

### Fix
### Fixed

- Fix vanilla dimension can't create when the number of dimensions exceeds nine.

Expand Down Expand Up @@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Release the first version

[Unreleased]: https://github.com/LiteLDev/MoreDimensions/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/LiteLDev/MoreDimensions/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/LiteLDev/MoreDimensions/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/LiteLDev/MoreDimensions/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/LiteLDev/MoreDimensions/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/LiteLDev/MoreDimensions/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "${pluginName}",
"entry": "${pluginFile}",
"type": "native",
"version": "0.3.1",
"version": "0.4.0",
"author": "LiteLDev"
}
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/MoreDimensions",
"version": "0.3.0",
"version": "0.4.0",
"info": {
"name": "MoreDimensions",
"description": "More than three dimensions on BDS!",
Expand All @@ -12,9 +12,9 @@
"plugin"
]
},
"asset_url": "https://github.com/LiteLDev/MoreDimensions/releases/download/v0.3.0/more-dimensions-windows-x64-v0.3.0.zip",
"asset_url": "https://github.com/LiteLDev/MoreDimensions/releases/download/v0.4.0/more-dimensions-windows-x64-v0.4.0.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.12.x"
"github.com/LiteLDev/LeviLamina": "0.13.x"
},
"files": {
"place": [
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")

add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

add_requires("levilamina develop")
add_requires("levilamina 0.13.0")

if not has_config("vs_runtime") then
set_runtimes("MD")
Expand Down

0 comments on commit f407311

Please sign in to comment.