This commit is contained in:
Richard Davey 2019-02-08 13:32:34 +00:00
parent 17d56bd8ac
commit f0de61961f
2 changed files with 3 additions and 3 deletions

View file

@ -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 <rich@photonstorm.com> (http://www.photonstorm.com)",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.17.0',
VERSION: '3.16.2',
BlendModes: require('./renderer/BlendModes'),