We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5189d95 commit 5eaeb20Copy full SHA for 5eaeb20
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "phaser",
3
- "version": "3.12.0-beta3",
+ "version": "3.12.0-beta4",
4
"release": "Silica",
5
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
6
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
@@ -15,6 +15,7 @@
15
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
16
},
17
"scripts": {
18
+ "beta": "npm publish --tag beta",
19
"help": "node scripts/help.js",
20
"build": "webpack",
21
"watch": "webpack --watch",
src/const.js
@@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
22
*/
23
- VERSION: '3.12.0-beta3',
+ VERSION: '3.12.0-beta4',
24
25
BlendModes: require('./renderer/BlendModes'),
26
0 commit comments