From 91e7125eee9d095bafa786e1d79e7171a5e85534 Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:03:29 +0300 Subject: [PATCH] v5.0.0-alpha.10 --- changelog.md | 5 +++++ mod.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 503d6685..95839d61 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# v5.0.0-alpha.10 + + - Fix a crash that could happen when entering the editor + - Correctly enable RGB Color Input + # v5.0.0-alpha.9 - Fix preview mode screwing up moving objects on playtest pause diff --git a/mod.json b/mod.json index 6ac904dd..45b504d0 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "1.3.4", - "version": "v5.0.0-alpha.9", + "version": "v5.0.0-alpha.10", "id": "be_team.betteredit", "name": "BetterEdit", "developer": "BE Team", @@ -54,7 +54,7 @@ "rgb-color-input": { "type": "bool", "default": true, - "name": "RGB + HEX Color Input", + "name": "RGB Color Input", "description": "Adds a widget that allows RGB and HEX input in color edit, color trigger and pulse trigger" }, "editor-pulse": {