Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 4d2c938

Browse files
committed
chore: switch LeviLamina to 1.0.0-rc.1
1 parent 2b8441d commit 4d2c938

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LegacyParticleAPI",
4-
"version": "0.9.0-rc.1",
4+
"version": "0.9.0-rc.2",
55
"info": {
66
"name": "LegacyParticleAPI",
77
"description": "ParticleAPI ported from LiteLoaderBDS",
@@ -12,9 +12,9 @@
1212
"library"
1313
]
1414
},
15-
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.1/LegacyParticleAPI-windows-x64.zip",
15+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.2/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": "1.0.x"
17+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
1818
},
1919
"files": {
2020
"place": [

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina develop", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina develop", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)