We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d56bd commit f0de619Copy full SHA for f0de619
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "phaser",
3
- "version": "3.17.0-beta1",
4
- "release": "Togusa",
+ "version": "3.16.2",
+ "release": "Ishikawa",
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
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
src/const.js
@@ -20,7 +20,7 @@ var CONST = {
20
* @type {string}
21
* @since 3.0.0
22
*/
23
- VERSION: '3.17.0',
+ VERSION: '3.16.2',
24
25
BlendModes: require('./renderer/BlendModes'),
26
0 commit comments