Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 31, 2024
1 parent 520c7ae commit fa408bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"type": "native",
"description": "ParticleAPI ported from LiteLoaderBDS",
"author": "LiteLDev",
"version": "0.5.0"
"version": "0.5.1"
}
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.5.0",
"version": "0.5.1",
"info": {
"name": "LegacyParticleAPI",
"description": "ParticleAPI ported from LiteLoaderBDS",
Expand All @@ -12,9 +12,9 @@
"library"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.5.0/LegacyParticleAPI-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.5.1/LegacyParticleAPI-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.10.x"
"github.com/LiteLDev/LeviLamina": ">=0.10.3 <0.11.0"
},
"files": {
"place": [
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if not has_config("vs_runtime") then
set_runtimes("MD")
end

add_requires("levilamina 0.10.0")
add_requires("levilamina 0.10.3")

target("LegacyParticleAPI")
add_cxflags(
Expand Down

0 comments on commit fa408bb

Please sign in to comment.