This commit is contained in:
Richard Davey 2019-01-30 00:17:42 +00:00
parent 1a6ac029ac
commit 04f06140d3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "phaser", "name": "phaser",
"version": "3.16.0-rc1", "version": "3.16.0-rc2",
"release": "Ishikawa", "release": "Ishikawa",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "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)", "author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",

View file

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