We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374d3fc commit 5cc387bCopy full SHA for 5cc387b
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "phaser",
3
- "version": "3.24.1",
4
- "release": "Rem",
+ "version": "3.25.0",
+ "release": "Subaru",
5
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
6
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
7
"homepage": "http://phaser.io",
src/const.js
@@ -20,7 +20,7 @@ var CONST = {
20
* @type {string}
21
* @since 3.0.0
22
*/
23
- VERSION: '3.24.1',
+ VERSION: '3.25.0',
24
25
BlendModes: require('./renderer/BlendModes'),
26
0 commit comments