Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Feb 18, 2016
1 parent 3f33c7f commit 2561428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "php-debug",
"displayName": "PHP Debug",
"version": "1.3.1",
"version": "1.3.2",
"publisher": "felixfbecker",
"description": "Debug support for PHP with XDebug",
"keywords": [
Expand Down Expand Up @@ -47,6 +47,7 @@
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src",
"publish": "vsce publish",
"postversion": "git push && git push --tags",
"vscode:prepublish": "npm install && npm run compile && npm prune --production",
"test": "mocha out/tests"
},
Expand Down

0 comments on commit 2561428

Please sign in to comment.