diff --git a/metadata.json b/metadata.json index 8dd138a..57cfe26 100644 --- a/metadata.json +++ b/metadata.json @@ -1,3 +1,3 @@ { - "version": "3.2.1-alpha" + "version": "3.3.0-alpha" } diff --git a/runtime/ccmod.json b/runtime/ccmod.json index 7c04b00..310f301 100644 --- a/runtime/ccmod.json +++ b/runtime/ccmod.json @@ -1,12 +1,12 @@ { "id": "ccloader-runtime", "title": "CCLoader Runtime", - "version": "3.2.1-alpha", + "version": "3.3.0-alpha", "description": "CCLoader's graphical user interface and standard library implementation", "plugin": "dist/_main.js", "assets": ["data/lang/sc/gui.en_US.json.patch"], "dependencies": { "crosscode": "^1.1.0 || 1.0.2", - "ccloader": "^3.2.1-alpha" + "ccloader": "^3.3.0-alpha" } }