diff --git a/BP/manifest.json b/BP/manifest.json index 889bd1b..3569122 100644 --- a/BP/manifest.json +++ b/BP/manifest.json @@ -4,7 +4,7 @@ "header": { "name": "Catalyst (BEH)", "description": "A simple add-on to enchance your vanilla Minecraft Bedrock SMPs", - "version": "0.2.0-beta.1", + "version": "0.2.0-beta.2", "uuid": "550b753c-39bd-4cba-98ce-95ccf8a9256c", "min_engine_version": [ 1, 20, 50 ] }, @@ -29,7 +29,7 @@ "dependencies": [ { "uuid": "9541e7d4-12a5-4908-ab76-5095fb4c1368", - "version": "0.2.0-beta.1" + "version": "0.2.0-beta.2" }, { "module_name": "@minecraft/server", diff --git a/RP/manifest.json b/RP/manifest.json index 7682a55..7a7cb3d 100644 --- a/RP/manifest.json +++ b/RP/manifest.json @@ -4,7 +4,7 @@ "header": { "name": "Catalyst (RES)", "description": "A simple add-on to enchance your vanilla Minecraft Bedrock SMPs", - "version": "0.2.0-beta.1", + "version": "0.2.0-beta.2", "uuid": "9541e7d4-12a5-4908-ab76-5095fb4c1368", "min_engine_version": [ 1, 20, 50 ] }, @@ -21,7 +21,7 @@ "dependencies": [ { "uuid": "550b753c-39bd-4cba-98ce-95ccf8a9256c", - "version": "0.2.0-beta.1" + "version": "0.2.0-beta.2" } ], diff --git a/src/catalyst/core/index.ts b/src/catalyst/core/index.ts index d9e3f1d..a691408 100644 --- a/src/catalyst/core/index.ts +++ b/src/catalyst/core/index.ts @@ -15,7 +15,7 @@ export const events = new EventManager(); /** * the version of catalyst core */ -export const VERSION = "0.2.0-beta.1"; +export const VERSION = "0.2.0-beta.2"; // preload and export modules export * from "./command.js";