Preparing for beta4

This commit is contained in:
Richard Davey 2018-08-23 19:35:42 +01:00
parent 5189d95e72
commit 5eaeb208f6
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.12.0-beta3",
"version": "3.12.0-beta4",
"release": "Silica",
"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)",
@ -15,6 +15,7 @@
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
},
"scripts": {
"beta": "npm publish --tag beta",
"help": "node scripts/help.js",
"build": "webpack",
"watch": "webpack --watch",

View file

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