Updated to 3.2.0

This commit is contained in:
Richard Davey
2018-03-07 11:18:48 +00:00
parent e7995b8c13
commit eaca1987cb
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "phaser3-project-template", "name": "phaser3-project-template",
"version": "1.0.6", "version": "1.0.7",
"description": "A Phaser 3 Project Template", "description": "A Phaser 3 Project Template",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@@ -24,6 +24,6 @@
"raw-loader": "^0.5.1" "raw-loader": "^0.5.1"
}, },
"dependencies": { "dependencies": {
"phaser": "^3.1.2" "phaser": "^3.2.0"
} }
} }