Skip to content

Commit 5eaeb20

Browse files
committed
Preparing for beta4
1 parent 5189d95 commit 5eaeb20

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.12.0-beta3",
3+
"version": "3.12.0-beta4",
44
"release": "Silica",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
@@ -15,6 +15,7 @@
1515
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
1616
},
1717
"scripts": {
18+
"beta": "npm publish --tag beta",
1819
"help": "node scripts/help.js",
1920
"build": "webpack",
2021
"watch": "webpack --watch",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.12.0-beta3',
23+
VERSION: '3.12.0-beta4',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)