Skip to content

Commit e2249ef

Browse files
committed
v4.0.0-beta.8
1 parent 4b6ce34 commit e2249ef

10 files changed

+90210
-40896
lines changed

dist/phaser-arcade-physics.js

+822-82
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

+822-82
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

+822-82
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.7",
3+
"version": "4.0.0-beta.8",
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 7',
23+
VERSION: '4.0.0 Beta 8',
2424

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

0 commit comments

Comments
 (0)