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 Apr 13, 2024
1 parent 6dce21c commit 610c9d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.1"
"version": "0.6.0"
}
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/LegacyRemoteCall",
"version": "0.5.1",
"version": "0.6.0",
"info": {
"name": "LegacyRemoteCall",
"description": "A part of LegacyScriptEngine",
Expand All @@ -13,9 +13,9 @@
"lse"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.5.1/LegacyRemoteCall-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.6.0/LegacyRemoteCall-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.10.4 <0.11.0"
"github.com/LiteLDev/LeviLamina": "0.11.0"
},
"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 0.10.4")
add_requires("levilamina 0.11.0")

set_runtimes("MD")

Expand Down

0 comments on commit 610c9d0

Please sign in to comment.