Updating for v3.87

This commit is contained in:
Richard Davey 2024-11-13 22:20:24 +00:00
parent c78b3a007d
commit c2cddcb5b0
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Version 3.86.§ - Aoi - in dev # Version 3.87 - Aoi - in dev
## Updates ## 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: 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

View file

@ -1,6 +1,6 @@
{ {
"name": "phaser", "name": "phaser",
"version": "3.86.1", "version": "3.87.0",
"release": "Aoi", "release": "Aoi",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.", "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)", "author": "Richard Davey <rich@phaser.io> (https://www.phaser.io)",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string} * @type {string}
* @since 3.0.0 * @since 3.0.0
*/ */
VERSION: '3.86.1', VERSION: '3.87',
/** /**
* Phaser Release Version as displayed in the console.log header URL. * Phaser Release Version as displayed in the console.log header URL.
@ -28,9 +28,9 @@ var CONST = {
* @name Phaser.LOG_VERSION * @name Phaser.LOG_VERSION
* @const * @const
* @type {string} * @type {string}
* @since 3.86.1 * @since 3.87.0
*/ */
LOG_VERSION: 'v386', LOG_VERSION: 'v387',
BlendModes: require('./renderer/BlendModes'), BlendModes: require('./renderer/BlendModes'),