Skip to content

Commit

Permalink
Preparing for v3.90 development
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 21, 2024
1 parent a4aa78b commit e0f9e7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changelog/3.90/CHANGELOG-v3.90.md
Original file line number Diff line number Diff line change
@@ -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:

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://www.phaser.io)",
"homepage": "https://phaser.io",
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down

0 comments on commit e0f9e7d

Please sign in to comment.