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": {