From c111638afc0b7592dd189a0eed0623faf9d33501 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Wed, 2 Aug 2023 21:01:44 +0200 Subject: [PATCH] 3.3.0-alpha --- metadata.json | 2 +- runtime/ccmod.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } }