Updated to Beta 5.

This commit is contained in:
Richard Davey
2017-10-02 12:05:08 +01:00
parent 73e3a4fb85
commit 702e85ee07
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "phaser3-project-template",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Phaser 3 Project Template",
"main": "src/index.js",
"scripts": {
@@ -20,7 +20,7 @@
"homepage": "https://github.com/photonstorm/phaser3-project-template#readme",
"devDependencies": {
"live-server": "^1.2.0",
"phaser": "^3.0.0-beta.4",
"phaser": "^3.0.0-beta.5",
"webpack": "^3.4.1"
}
}