From f0178847896fd94b954b721e3752aa138c7e7e53 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sat, 13 Apr 2024 18:35:00 +0800 Subject: [PATCH] chore: update xmake.lua --- manifest.json | 2 +- tooth.json | 6 +++--- xmake.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 99938ea..69fe094 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "type": "native", "description": "LLMoney, but adapted to LeviLamina", "author": "LiteLDev", - "version": "0.5.0" + "version": "0.6.0" } diff --git a/tooth.json b/tooth.json index a0a1ad7..6c782eb 100644 --- a/tooth.json +++ b/tooth.json @@ -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", @@ -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": [ diff --git a/xmake.lua b/xmake.lua index 527889c..b77bb6d 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.10.0") +add_requires("levilamina 0.11.0") add_requires("sqlitecpp 3.2.1") add_requires("openssl 1.1.1-t")