Skip to content

Commit

Permalink
v3.80 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 9, 2024
1 parent 5ac59c1 commit 3015fe1
Show file tree
Hide file tree
Showing 12 changed files with 230,750 additions and 230,119 deletions.
346 changes: 243 additions & 103 deletions dist/phaser-arcade-physics.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/phaser-arcade-physics.min.js

Large diffs are not rendered by default.

346 changes: 243 additions & 103 deletions dist/phaser-ie9.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/phaser-ie9.min.js

Large diffs are not rendered by default.

434 changes: 287 additions & 147 deletions dist/phaser.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/phaser.esm.min.js

Large diffs are not rendered by default.

346 changes: 243 additions & 103 deletions dist/phaser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/phaser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.80.0-beta.1",
"version": "3.80.0-beta.2",
"release": "Nino",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.80.0-beta.1',
VERSION: '3.80.0-beta.2',

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

Expand Down
Loading

0 comments on commit 3015fe1

Please sign in to comment.