From a9bf4a6b659973e85190712670e485800676a1c0 Mon Sep 17 00:00:00 2001 From: RetoRuto9900K Date: Wed, 14 Aug 2024 09:47:00 +0900 Subject: [PATCH] 3.15.0 --- manifest.json | 10 +++++----- package.json | 2 +- scripts/util/constants.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index e60c760..e9a0cc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,21 +1,21 @@ { "format_version": 2, "header": { - "name": "TN-AntiCheat v3.14.1", + "name": "TN-AntiCheat v3.15.0", "description": "AntiCheat with ScriptAPI\n軽量で使いやすいアンチチートアドオンです\nMade by RetoRuto9900K / tutinoko2048", "uuid": "c225a904-422a-4917-b88d-5c3452b8d17f", - "version": [ 3, 14, 1 ], - "min_engine_version": [ 1, 21, 0 ] + "version": [ 3, 15, 0 ], + "min_engine_version": [ 1, 21, 20 ] }, "modules": [ { - "version": [ 3, 14, 1 ], + "version": [ 3, 15, 0 ], "type": "data", "uuid": "91a60c53-392b-4007-859a-a1e087a62d1a", "description": "data module" }, { - "version": [ 3, 14, 1 ], + "version": [ 3, 15, 0 ], "type": "script", "language": "javascript", "entry": "scripts/index.js", diff --git a/package.json b/package.json index 75eaa4c..9ba007d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tn-anticheat", - "version": "3.14.1", + "version": "3.15.0", "description": "Anti-cheat addon with ScriptAPI / For Multiplayer, Realms, Servers / Recommended Japanese", "main": "scripts/index.js", "typings": "scripts/types.d.ts", diff --git a/scripts/util/constants.js b/scripts/util/constants.js index d193c6c..d09f3f6 100644 --- a/scripts/util/constants.js +++ b/scripts/util/constants.js @@ -1,4 +1,4 @@ -export const VERSION = '3.14.1'; +export const VERSION = '3.15.0'; export const DISCORD_URL = 'discord.gg/XGR8FcCeFc'; export const PropertyIds = /** @type {const} */ ({