Skip to content

Commit

Permalink
bump to 0.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vytdev committed Feb 20, 2024
1 parent dd4c3cb commit b1fd5a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
},
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions RP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
},
Expand All @@ -21,7 +21,7 @@
"dependencies": [
{
"uuid": "550b753c-39bd-4cba-98ce-95ccf8a9256c",
"version": "0.2.0-beta.1"
"version": "0.2.0-beta.2"
}
],

Expand Down
2 changes: 1 addition & 1 deletion src/catalyst/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const events = new EventManager<defaultEvents>();
/**
* 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";
Expand Down

0 comments on commit b1fd5a7

Please sign in to comment.