From 9fef7f0d75a74dbbc0e550116f8482532783b53b Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 13 May 2022 15:13:55 +0100 Subject: [PATCH] Beta 8 --- README.md | 8 ++++---- package.json | 2 +- src/const.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0aa022410..dca48fc20 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Grab the source and join the fun!
-> 10th May 2022 +> 13th May 2022 -We've been quietly but solidly working away on Phaser 3.60 for months now and are very close to release. Today I'm happy to say that 3.60 Beta 7 has been published and I would urge you to test it, if you can do so. It should be a safe drop-in replacement for Phaser 3.55, with very little need for changes to your code. However, it does bring a lot of new features and fixes to the table. +We've been quietly but solidly working away on Phaser 3.60 for months now and are very close to release. Today I'm happy to say that 3.60 Beta 8 has been published and I would urge you to test it, if you can do so. It should be a safe drop-in replacement for Phaser 3.55, with very little need for changes to your code. However, it does bring a lot of new features and fixes to the table. Some of the new features include: @@ -44,10 +44,10 @@ There are also hundreds of updates and bug fixes across the entire codebase. As always, I have been careful to record all of these in their own [Change Log](https://github.com/photonstorm/phaser/blob/master/CHANGELOG-v3.60.md). So it's easier for you to identify which change happened in the 3.60 version specifically. -Beta 7 is available now from the [Releases page](https://github.com/photonstorm/phaser/releases). You can also download it from npm: +Beta 8 is available now from the [Releases page](https://github.com/photonstorm/phaser/releases). You can also download it from npm: ``` -npm i phaser@3.60.0-beta.7 +npm i phaser@3.60.0-beta.8 ``` I have published new TypeScript defs files that align with this version. You can find them in the `types` folder of this repository. diff --git a/package.json b/package.json index c1a84a15f..0751737a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.60.0-beta.7", + "version": "3.60.0-beta.8", "release": "Miku", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 39a416357..e3a2b0663 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.60.0-beta.7', + VERSION: '3.60.0-beta.8', BlendModes: require('./renderer/BlendModes'),