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 5d574b8 commit f017884
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": "LLMoney, but adapted to LeviLamina",
"author": "LiteLDev",
"version": "0.5.0"
"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/LegacyMoney",
"version": "0.5.0",
"version": "0.6.0",
"info": {
"name": "LegacyMoney",
"description": "LLMoney, but adapted to LeviLamina",
Expand All @@ -13,9 +13,9 @@
"economy"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.5.0/LegacyMoney-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.6.0/LegacyMoney-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.10.x"
"github.com/LiteLDev/LeviLamina": "0.11.x"
},
"files": {
"place": [
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_requires("levilamina 0.10.0")
add_requires("levilamina 0.11.0")

add_requires("sqlitecpp 3.2.1")
add_requires("openssl 1.1.1-t")
Expand Down

0 comments on commit f017884

Please sign in to comment.