Skip to content

Commit

Permalink
chore: switch LeviLamina to 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 12, 2025
1 parent 86a3741 commit a202f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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/LegacyParticleAPI",
"version": "0.9.0-rc.3",
"version": "0.9.0-rc.4",
"info": {
"name": "LegacyParticleAPI",
"description": "ParticleAPI ported from LiteLoaderBDS",
Expand All @@ -13,9 +13,9 @@
"lse"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.3/LegacyParticleAPI-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.4/LegacyParticleAPI-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
},
"files": {
"place": [
Expand Down
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
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"}})
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit a202f6f

Please sign in to comment.