From e0f9e7d1d0909cd30bb565a3a0be3f7553c3cc3f Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 21 Feb 2024 23:15:21 +0000 Subject: [PATCH] Preparing for v3.90 development --- changelog/3.90/CHANGELOG-v3.90.md | 12 ++++++++++++ package.json | 4 ++-- src/const.js | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 changelog/3.90/CHANGELOG-v3.90.md diff --git a/changelog/3.90/CHANGELOG-v3.90.md b/changelog/3.90/CHANGELOG-v3.90.md new file mode 100644 index 0000000000..7956a41e32 --- /dev/null +++ b/changelog/3.90/CHANGELOG-v3.90.md @@ -0,0 +1,12 @@ +# Version 3.90.0 - Itsuki - in development + +# New Features + +# Updates + +# Bug Fixes + +## Examples, Documentation, Beta Testing and TypeScript + +Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs: + diff --git a/package.json b/package.json index 5b817f7a4e..b5a61c0bd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phaser", - "version": "3.80.0", - "release": "Nino", + "version": "3.90.0-beta.1", + "release": "Itsuki", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.", "author": "Richard Davey (https://www.phaser.io)", "homepage": "https://phaser.io", diff --git a/src/const.js b/src/const.js index dd90f5d63b..adb384e217 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.80.0', + VERSION: '3.90.0-beta.1', BlendModes: require('./renderer/BlendModes'),