Skip to content

Commit 9c450b7

Browse files
committed
Alpha .2
1 parent 8234d6a commit 9c450b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/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.0.0-alpha",
3+
"version": "3.0.0-alpha.2",
44
"release": "Shadow Coast",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: 'fe206a90-7609-11e7-b1ce-db003560483b'
2+
build: '6679d360-760a-11e7-a269-e30c1bdc423d'
33
};
44
module.exports = CHECKSUM;

0 commit comments

Comments
 (0)