Skip to content

Commit ed943cd

Browse files
committed
update: v3.20.0
1 parent 20551b4 commit ed943cd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"format_version": 2,
33
"header": {
4-
"name": "TN-AntiCheat v3.19.0",
4+
"name": "TN-AntiCheat v3.20.0",
55
"description": "AntiCheat with ScriptAPI\n軽量で使いやすいアンチチートアドオンです\nMade by RetoRuto9900K / tutinoko2048",
66
"uuid": "c225a904-422a-4917-b88d-5c3452b8d17f",
7-
"version": [ 3, 19, 0 ],
8-
"min_engine_version": [ 1, 21, 60 ]
7+
"version": [ 3, 20, 0 ],
8+
"min_engine_version": [ 1, 21, 70 ]
99
},
1010
"modules": [
1111
{
12-
"version": [ 3, 19, 0 ],
12+
"version": [ 3, 20, 0 ],
1313
"type": "data",
1414
"uuid": "91a60c53-392b-4007-859a-a1e087a62d1a",
1515
"description": "data module"
1616
},
1717
{
18-
"version": [ 3, 19, 0 ],
18+
"version": [ 3, 20, 0 ],
1919
"type": "script",
2020
"language": "javascript",
2121
"entry": "scripts/index.js",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tn-anticheat",
3-
"version": "3.19.0",
3+
"version": "3.20.0",
44
"description": "Anti-cheat addon with ScriptAPI / For Multiplayer, Realms, Servers / Recommended Japanese",
55
"main": "scripts/index.js",
66
"typings": "scripts/types.d.ts",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/tutinoko2048/TNAntiCheat/blob/main/README.md",
2121
"devDependencies": {
2222
"@eslint/js": "^9.16.0",
23-
"@minecraft/server": "2.0.0-beta.1.21.70-preview.26",
24-
"@minecraft/server-ui": "2.0.0-beta.1.21.70-preview.26",
23+
"@minecraft/server": "2.0.0-beta.1.21.70-stable",
24+
"@minecraft/server-ui": "2.0.0-beta.1.21.70-stable",
2525
"@types/eslint": "^9.6.1",
2626
"eslint": "^9.16.0",
2727
"eslint-plugin-import": "^2.31.0",

scripts/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '3.19.0';
1+
export const VERSION = '3.20.0';
22
export const DISCORD_URL = 'discord.gg/XGR8FcCeFc';
33

44
export const PropertyIds = /** @type {const} */ ({

0 commit comments

Comments
 (0)