Skip to content

Commit db6de05

Browse files
committed
chore: update tooth.json
1 parent fed55f9 commit db6de05

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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/LegacyScriptEngine",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"info": {
66
"name": "LegacyScriptEngine",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"dependencies": {
15-
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.2.4",
16-
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.2.4"
15+
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.3.0",
16+
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.3.0"
1717
}
1818
}

tooth.template.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-${engine}",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"info": {
66
"name": "LegacyScriptEngine with ${engine} backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,10 +12,10 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.2.x",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.2.x",
17-
"github.com/LiteLDev/LegacyMoney": "0.2.x",
18-
"github.com/LiteLDev/LeviLamina": "0.7.x"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.3.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.3.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.3.x",
18+
"github.com/LiteLDev/LeviLamina": "0.8.x"
1919
},
2020
"files": {
2121
"place": [

0 commit comments

Comments
 (0)