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 Mar 31, 2024
1 parent b07fe9a commit 6dce21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.1/LegacyRemoteCall-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.10.3 <0.11.0"
"github.com/LiteLDev/LeviLamina": ">=0.10.4 <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.3")
add_requires("levilamina 0.10.4")

set_runtimes("MD")

Expand Down

0 comments on commit 6dce21c

Please sign in to comment.