Skip to content

Commit

Permalink
release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
englercj committed Feb 1, 2015
1 parent 4e79ecf commit 28927dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/phaser-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ module.exports = require("handlebars/runtime")["default"];
},{"handlebars/runtime":8}],10:[function(require,module,exports){
module.exports={
"name": "phaser-debug",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple debug module for phaser",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "MIT",
Expand Down Expand Up @@ -934,6 +934,7 @@ module.exports={
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
},
"main": "./dist/phaser-debug.js",
"browser": "./src/index.js",
"browserify": {
"transform": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser-debug",
"version": "1.1.4",
"version": "1.1.5",
"description": "Simple debug module for phaser",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "MIT",
Expand Down

0 comments on commit 28927dc

Please sign in to comment.