Skip to content

Commit 78a721c

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2",
4+
"version": "0.9.0-rc.3",
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.2/LegacyParticleAPI-windows-x64.zip",
15+
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.9.0-rc.3/LegacyParticleAPI-windows-x64.zip",
1616
"prerequisites": {
17-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
17+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
1818
},
1919
"files": {
2020
"place": [

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
55
if is_config("target_type", "server") then
66
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)