Skip to content

Commit ebf99f6

Browse files
committed
update: v3.16.0
1 parent 42ba39c commit ebf99f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.15.0",
4+
"name": "TN-AntiCheat v3.16.0",
55
"description": "AntiCheat with ScriptAPI\n軽量で使いやすいアンチチートアドオンです\nMade by RetoRuto9900K / tutinoko2048",
66
"uuid": "c225a904-422a-4917-b88d-5c3452b8d17f",
7-
"version": [ 3, 15, 0 ],
8-
"min_engine_version": [ 1, 21, 20 ]
7+
"version": [ 3, 16, 0 ],
8+
"min_engine_version": [ 1, 21, 30 ]
99
},
1010
"modules": [
1111
{
12-
"version": [ 3, 15, 0 ],
12+
"version": [ 3, 16, 0 ],
1313
"type": "data",
1414
"uuid": "91a60c53-392b-4007-859a-a1e087a62d1a",
1515
"description": "data module"
1616
},
1717
{
18-
"version": [ 3, 15, 0 ],
18+
"version": [ 3, 16, 0 ],
1919
"type": "script",
2020
"language": "javascript",
2121
"entry": "scripts/index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tn-anticheat",
3-
"version": "3.15.0",
3+
"version": "3.16.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",

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.15.0';
1+
export const VERSION = '3.16.0';
22
export const DISCORD_URL = 'discord.gg/XGR8FcCeFc';
33

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

0 commit comments

Comments
 (0)