mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +00:00
Release number
This commit is contained in:
parent
f3075fea72
commit
38f90ec355
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.16.0-rc3",
|
||||
"version": "3.16.0",
|
||||
"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)",
|
||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.16.0 RC3',
|
||||
VERSION: '3.16.0',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue