Skip to content

Commit 59b4106

Browse files
committed
v4.0.0-beta.6
1 parent 1c0b32f commit 59b4106

10 files changed

+230125
-240855
lines changed

dist/phaser-arcade-physics.js

+680-2,634
Large diffs are not rendered by default.

dist/phaser-arcade-physics.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser.esm.js

+680-2,634
Large diffs are not rendered by default.

dist/phaser.esm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser.js

+680-2,634
Large diffs are not rendered by default.

dist/phaser.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.6",
44
"release": "Caladan",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
66
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",

src/const.js

+1-1
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: '4.0.0 Beta 5',
23+
VERSION: '4.0.0 Beta 6',
2424

2525
/**
2626
* Phaser Release Version as displayed in the console.log header URL.

0 commit comments

Comments
 (0)