Release v0.10.0-rc.1
This commit is contained in:
parent
a8872b1b13
commit
67648be8c7
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "legacy-script-engine-lua",
|
"name": "legacy-script-engine-lua",
|
||||||
"entry": "legacy-script-engine-lua.dll",
|
"entry": "legacy-script-engine-lua.dll",
|
||||||
"version": "0.9.7",
|
"version": "0.10.0",
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"description": "A plugin engine for running LLSE plugins on LeviLamina",
|
"description": "A plugin engine for running LLSE plugins on LeviLamina",
|
||||||
"author": "LiteLDev",
|
"author": "LiteLDev",
|
||||||
|
10
tooth.json
10
tooth.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"format_version": 2,
|
"format_version": 2,
|
||||||
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
|
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
|
||||||
"version": "0.9.7",
|
"version": "0.10.0-rc.1",
|
||||||
"info": {
|
"info": {
|
||||||
"name": "LegacyScriptEngine with Lua backend",
|
"name": "LegacyScriptEngine with Lua backend",
|
||||||
"description": "A plugin engine for running LLSE plugins on LeviLamina",
|
"description": "A plugin engine for running LLSE plugins on LeviLamina",
|
||||||
@ -12,12 +12,12 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
|
"github.com/LiteLDev/LegacyRemoteCall": "0.10.x",
|
||||||
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
|
"github.com/LiteLDev/LegacyParticleAPI": "0.10.x",
|
||||||
"github.com/LiteLDev/LegacyMoney": "0.9.x"
|
"github.com/LiteLDev/LegacyMoney": "0.10.x"
|
||||||
},
|
},
|
||||||
"prerequisites": {
|
"prerequisites": {
|
||||||
"github.com/LiteLDev/LeviLamina": "1.0.x"
|
"github.com/LiteLDev/LeviLamina": "1.1.x"
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"place": [
|
"place": [
|
||||||
|
Loading…
Reference in New Issue
Block a user