Skip to content

Commit

Permalink
update: v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Jun 14, 2024
1 parent 501d4fd commit aacc0ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"format_version": 2,
"header": {
"name": "TN-AntiCheat v3.13.0",
"name": "TN-AntiCheat v3.14.0",
"description": "AntiCheat with ScriptAPI\n軽量で使いやすいアンチチートアドオンです\nMade by RetoRuto9900K / tutinoko2048",
"uuid": "c225a904-422a-4917-b88d-5c3452b8d17f",
"version": [ 3, 13, 0 ],
"min_engine_version": [ 1, 20, 80 ]
"version": [ 3, 14, 0 ],
"min_engine_version": [ 1, 21, 0 ]
},
"modules": [
{
"version": [ 3, 13, 0 ],
"version": [ 3, 14, 0 ],
"type": "data",
"uuid": "91a60c53-392b-4007-859a-a1e087a62d1a",
"description": "data module"
},
{
"version": [ 3, 13, 0 ],
"version": [ 3, 14, 0 ],
"type": "script",
"language": "javascript",
"entry": "scripts/index.js",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tn-anticheat",
"version": "3.13.0",
"version": "3.14.0",
"description": "Anti-cheat addon with ScriptAPI / For Multiplayer, Realms, Servers / Recommended Japanese",
"main": "scripts/index.js",
"typings": "scripts/types.d.ts",
"scripts": {
"lint": "eslint . --ext .js & tsc"
"lint": "eslint ./scripts --ext .js & tsc"
},
"repository": {
"type": "git",
Expand All @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/tutinoko2048/TNAntiCheat/blob/main/README.md",
"devDependencies": {
"@minecraft/server": "1.12.0-beta.1.21.0-preview.26",
"@minecraft/server-ui": "1.2.0-beta.1.21.0-preview.26",
"@minecraft/server": "1.12.0-beta.1.21.0-stable",
"@minecraft/server-ui": "1.2.0-beta.1.21.0-stable",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.8.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/util/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '3.13.0';
export const VERSION = '3.14.0';
export const DISCORD_URL = 'discord.gg/XGR8FcCeFc';

export const PropertyIds = /** @type {const} */ ({
Expand Down

0 comments on commit aacc0ec

Please sign in to comment.