From c784d43f2345586baafdaa4c12652dba6e49ab47 Mon Sep 17 00:00:00 2001 From: PhaserEditor2D Date: Wed, 14 Dec 2022 02:48:14 -0500 Subject: [PATCH 1/2] Update version. --- source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts b/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts index 16d7811f9..20ced08d0 100644 --- a/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts +++ b/source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts @@ -261,7 +261,7 @@ namespace phasereditor2d.ide { /* program entry point */ - export const VER = "3.36.1"; + export const VER = "3.36.2"; async function main() { From 63fd51c4f9bcee797c011e197c2e435db3eff971 Mon Sep 17 00:00:00 2001 From: PhaserEditor2D Date: Thu, 15 Dec 2022 08:52:06 -0500 Subject: [PATCH 2/2] Updates changelog. --- CHANGELOG.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7b526d741..15d3cc9f0 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,10 @@ # Change Log +## v3.36.2 - Dec 14, 2022 + +* Get latest update from Core: + * Fixes email notification with license keys generated by the License Manager. + ## v3.36.1 - Dec 12, 2022 * Get latest changes from Core.