From 942836580bf578a0e1553bd0e902240dc1508db2 Mon Sep 17 00:00:00 2001 From: PhaserEditor2D Date: Fri, 23 Jun 2023 14:47:28 -0400 Subject: [PATCH] Update version. --- CHANGELOG.MD | 2 +- source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {