diff --git a/manifest.json b/manifest.json index 3c61681..8cfb27a 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "type": "native", "description": "LLMoney, but adapted to LeviLamina", "author": "LiteLDev", - "version": "0.4.1" + "version": "0.4.2" } diff --git a/tooth.json b/tooth.json index 37c67a6..f1de9fd 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyMoney", - "version": "0.4.1", + "version": "0.4.2", "info": { "name": "LegacyMoney", "description": "LLMoney, but adapted to LeviLamina", @@ -13,9 +13,9 @@ "economy" ] }, - "asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.4.1/LegacyMoney-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.4.2/LegacyMoney-windows-x64.zip", "prerequisites": { - "github.com/LiteLDev/LeviLamina": "0.9.x" + "github.com/LiteLDev/LeviLamina": "0.10.x" }, "files": { "place": [ diff --git a/xmake.lua b/xmake.lua index 9cd5699..527889c 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,5 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") -add_requires("levilamina 0.9.4") +add_requires("levilamina 0.10.0") add_requires("sqlitecpp 3.2.1") add_requires("openssl 1.1.1-t")