mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 12:13:19 +00:00
Updating for v3.87
This commit is contained in:
parent
c78b3a007d
commit
c2cddcb5b0
3 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# Version 3.86.§ - Aoi - in dev
|
||||
# Version 3.87 - Aoi - in dev
|
||||
|
||||
## Updates
|
||||
|
||||
|
@ -12,3 +12,4 @@
|
|||
|
||||
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:
|
||||
|
||||
@Jessime
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.86.1",
|
||||
"version": "3.87.0",
|
||||
"release": "Aoi",
|
||||
"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 <rich@phaser.io> (https://www.phaser.io)",
|
||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.86.1',
|
||||
VERSION: '3.87',
|
||||
|
||||
/**
|
||||
* Phaser Release Version as displayed in the console.log header URL.
|
||||
|
@ -28,9 +28,9 @@ var CONST = {
|
|||
* @name Phaser.LOG_VERSION
|
||||
* @const
|
||||
* @type {string}
|
||||
* @since 3.86.1
|
||||
* @since 3.87.0
|
||||
*/
|
||||
LOG_VERSION: 'v386',
|
||||
LOG_VERSION: 'v387',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue