mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Preparing for 3.52
This commit is contained in:
parent
c35c448ced
commit
f7a41b7301
3 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
## Version 3.52.0 - Crusch - in development
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
### Examples, Documentation and TypeScript
|
||||||
|
|
||||||
|
My thanks to the following for helping with the Phaser 3 Examples, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
|
||||||
|
|
||||||
|
|
||||||
## Version 3.51.0 - Emilia - 5th January 2021
|
## Version 3.51.0 - Emilia - 5th January 2021
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "phaser",
|
"name": "phaser",
|
||||||
"version": "3.51.0",
|
"version": "3.52.0",
|
||||||
"release": "Emilia",
|
"release": "Crusch",
|
||||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||||
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
||||||
"homepage": "http://phaser.io",
|
"homepage": "http://phaser.io",
|
||||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
VERSION: '3.51.0',
|
VERSION: '3.52.0',
|
||||||
|
|
||||||
BlendModes: require('./renderer/BlendModes'),
|
BlendModes: require('./renderer/BlendModes'),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue