From 0623c6f6bdaaa812ed476e1e9c28e5f247c60366 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 21 Jul 2023 16:03:38 +0100 Subject: [PATCH] Update version number --- package.json | 4 ++-- src/const.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd8fb623b7..cb8245f938 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phaser", - "version": "3.60.1", - "release": "Miku", + "version": "3.61.0", + "release": "Yotsuba", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (https://www.photonstorm.com)", "homepage": "https://phaser.io", diff --git a/src/const.js b/src/const.js index 62402d3bf5..f81500f643 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.60.1', + VERSION: '3.61.0', BlendModes: require('./renderer/BlendModes'),