diff --git a/package.json b/package.json index d16f4bfc7..29ef9e843 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phaser", - "version": "3.17.0-beta1", - "release": "Togusa", + "version": "3.16.2", + "release": "Ishikawa", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", "logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png", diff --git a/src/const.js b/src/const.js index 5b8fe7ece..4fe6565e0 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.17.0', + VERSION: '3.16.2', BlendModes: require('./renderer/BlendModes'),