Skip to content

Commit

Permalink
Updating for v3.87
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 13, 2024
1 parent c78b3a0 commit c2cddcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 3.86.§ - Aoi - in dev
# Version 3.87 - Aoi - in dev

## Updates

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

Expand Down

0 comments on commit c2cddcb

Please sign in to comment.