File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " github.com/LiteLDev/LegacyParticleAPI" ,
4
- "version" : " 0.9.0-rc.2 " ,
4
+ "version" : " 0.9.0-rc.3 " ,
5
5
"info" : {
6
6
"name" : " LegacyParticleAPI" ,
7
7
"description" : " ParticleAPI ported from LiteLoaderBDS" ,
12
12
" library"
13
13
]
14
14
},
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" ,
16
16
"prerequisites" : {
17
- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.1 "
17
+ "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.2 "
18
18
},
19
19
"files" : {
20
20
"place" : [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
5
5
if is_config (" target_type" , " server" ) then
6
6
add_requires (" levilamina 1.0.0-rc.1" , {configs = {target_type = " server" }})
7
7
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" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments