diff --git a/manifest.json b/manifest.json index 1c73d53c..aabd157e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "format_version": 2, "header": { "name": "Paradox AntiCheat", - "description": "A utility to fight against malicious hackers on Bedrock Edition ~ v5.2.1", + "description": "A utility to fight against malicious hackers on Bedrock Edition ~ v5.3.0", "uuid": "54edfea5-ab51-47ca-b992-724e255b5560", - "version": [5, 2, 1], + "version": [5, 3, 0], "min_engine_version": [1, 21, 50] }, "metadata": { diff --git a/package-lock.json b/package-lock.json index 07d055a0..4756f25f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paradox-anticheat", - "version": "5.2.1", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "paradox-anticheat", - "version": "5.2.1", + "version": "5.3.0", "hasInstallScript": true, "dependencies": { "@minecraft/math": "1.5.1", diff --git a/package.json b/package.json index ce35129d..7b8b861a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paradox-anticheat", - "version": "5.2.1", + "version": "5.3.0", "productName": "Paradox-AntiCheat", "description": "A utility to fight against malicious hackers on Bedrock Edition", "private": true, diff --git a/penrose/data/versioning.ts b/penrose/data/versioning.ts index 7a860480..92cd031b 100644 --- a/penrose/data/versioning.ts +++ b/penrose/data/versioning.ts @@ -1 +1 @@ -export const paradoxVersion = "v5.2.1"; +export const paradoxVersion = "v5.3.0";