Skip to content

Commit

Permalink
3.61.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jul 21, 2023
1 parent 4ee569f commit da947e8
Show file tree
Hide file tree
Showing 10 changed files with 1,401 additions and 349 deletions.
433 changes: 348 additions & 85 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.

435 changes: 349 additions & 86 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.

435 changes: 349 additions & 86 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.

435 changes: 349 additions & 86 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
@@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.61.0",
"version": "3.61.0-beta.1",
"release": "Yotsuba",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rich@photonstorm.com> (https://www.photonstorm.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Expand Up @@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.61.0',
VERSION: '3.61.0-beta.1',

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

Expand Down

0 comments on commit da947e8

Please sign in to comment.