Skip to content

Commit 3015fe1

Browse files
committed
v3.80 Beta 2
1 parent 5ac59c1 commit 3015fe1

12 files changed

+230750
-230119
lines changed

dist/phaser-arcade-physics.js

Lines changed: 243 additions & 103 deletions
Large diffs are not rendered by default.

dist/phaser-arcade-physics.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser-ie9.js

Lines changed: 243 additions & 103 deletions
Large diffs are not rendered by default.

dist/phaser-ie9.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser.esm.js

Lines changed: 287 additions & 147 deletions
Large diffs are not rendered by default.

dist/phaser.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser.js

Lines changed: 243 additions & 103 deletions
Large diffs are not rendered by default.

dist/phaser.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.80.0-beta.1",
3+
"version": "3.80.0-beta.2",
44
"release": "Nino",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",

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.80.0-beta.1',
23+
VERSION: '3.80.0-beta.2',
2424

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

0 commit comments

Comments
 (0)