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 329d232 commit 28b8b3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"type": "native",
"description": "A part of LegacyScriptEngine",
"author": "LiteLDev",
"version": "0.8.0"
"version": "0.8.1"
}
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.8.1/LegacyRemoteCall-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.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", "mode.releasedbg")

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

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

set_runtimes("MD")

Expand Down

0 comments on commit 28b8b3a

Please sign in to comment.