Update version number

This commit is contained in:
Richard Davey 2023-07-21 16:03:38 +01:00
parent d8bad16222
commit 0623c6f6bd
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "phaser", "name": "phaser",
"version": "3.60.1", "version": "3.61.0",
"release": "Miku", "release": "Yotsuba",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rich@photonstorm.com> (https://www.photonstorm.com)", "author": "Richard Davey <rich@photonstorm.com> (https://www.photonstorm.com)",
"homepage": "https://phaser.io", "homepage": "https://phaser.io",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string} * @type {string}
* @since 3.0.0 * @since 3.0.0
*/ */
VERSION: '3.60.1', VERSION: '3.61.0',
BlendModes: require('./renderer/BlendModes'), BlendModes: require('./renderer/BlendModes'),