diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 2a717a7ce..817c79824 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,6 +1,6 @@ # Change Log -## v3.61.1-dev +## v3.62.0-dev * New Event user property. * [#284](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/284) Fixes hit area rendering for containers. diff --git a/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts b/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts index 8a9597578..449f169a5 100644 --- a/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts +++ b/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts @@ -323,7 +323,7 @@ namespace phasereditor2d.ide { /* program entry point */ - export const VER = "3.61.1"; + export const VER = "3.62.0-dev"; async function main() {