We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e6f65 commit 41f9277Copy full SHA for 41f9277
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "phaser",
3
- "version": "3.11.0",
4
- "release": "Leafa",
+ "version": "3.12.0-beta1",
+ "release": "Silica",
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)",
7
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
src/const.js
@@ -20,7 +20,7 @@ var CONST = {
20
* @type {string}
21
* @since 3.0.0
22
*/
23
- VERSION: '3.11',
+ VERSION: '3.12.0-beta1',
24
25
BlendModes: require('./renderer/BlendModes'),
26
0 commit comments