We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5639862 commit 7403887Copy full SHA for 7403887
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "phaser",
3
- "version": "3.50.0-beta.8",
+ "version": "3.50.0-beta.9",
4
"release": "Subaru",
5
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
6
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
src/const.js
@@ -20,7 +20,7 @@ var CONST = {
20
* @type {string}
21
* @since 3.0.0
22
*/
23
- VERSION: '3.50.0-beta.8',
+ VERSION: '3.50.0-beta.9',
24
25
BlendModes: require('./renderer/BlendModes'),
26
0 commit comments