From c2cddcb5b09626cf02073bc79d47ec6dcae5c671 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 13 Nov 2024 22:20:24 +0000 Subject: [PATCH] Updating for v3.87 --- .../CHANGELOG-v3.86.1.md => 3.87/CHANGELOG-v3.87.md} | 3 ++- package.json | 2 +- src/const.js | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) rename changelog/{3.86.1/CHANGELOG-v3.86.1.md => 3.87/CHANGELOG-v3.87.md} (91%) diff --git a/changelog/3.86.1/CHANGELOG-v3.86.1.md b/changelog/3.87/CHANGELOG-v3.87.md similarity index 91% rename from changelog/3.86.1/CHANGELOG-v3.86.1.md rename to changelog/3.87/CHANGELOG-v3.87.md index c4be5916b..966dde575 100644 --- a/changelog/3.86.1/CHANGELOG-v3.86.1.md +++ b/changelog/3.87/CHANGELOG-v3.87.md @@ -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 diff --git a/package.json b/package.json index aa7552f01..adcb4ec84 100644 --- a/package.json +++ b/package.json @@ -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 (https://www.phaser.io)", diff --git a/src/const.js b/src/const.js index a3054cdff..d16acaaac 100644 --- a/src/const.js +++ b/src/const.js @@ -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'),