Skip to content

Commit

Permalink
chore: switch LeviLamina to 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 9, 2025
1 parent d555bae commit bd9befb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyRemoteCall",
"version": "0.9.0-rc.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyRemoteCall",
"description": "A part of LegacyScriptEngine",
"author": "LiteLDev",
"tags": [
"plugin",
"mod",
"levilamina",
"library",
"lse"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.9.0-rc.2/LegacyRemoteCall-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.9.0-rc.3/LegacyRemoteCall-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
},
"files": {
"place": [
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
if is_config("target_type", "server") then
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit bd9befb

Please sign in to comment.