Skip to content

Commit c8cc337

Browse files
committed
3.55.1
1 parent 5d9d543 commit c8cc337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "3.56.0-dev",
4-
"release": "Miku",
3+
"version": "3.55.1",
4+
"release": "Ichika",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <[email protected]> (http://www.photonstorm.com)",
77
"homepage": "http://phaser.io",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.56.0-dev',
23+
VERSION: '3.55.1',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)