Skip to content

Commit 2561428

Browse files
committed
1.3.2
1 parent 3f33c7f commit 2561428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-debug",
33
"displayName": "PHP Debug",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"publisher": "felixfbecker",
66
"description": "Debug support for PHP with XDebug",
77
"keywords": [
@@ -47,6 +47,7 @@
4747
"compile": "tsc -p ./src",
4848
"watch": "tsc -w -p ./src",
4949
"publish": "vsce publish",
50+
"postversion": "git push && git push --tags",
5051
"vscode:prepublish": "npm install && npm run compile && npm prune --production",
5152
"test": "mocha out/tests"
5253
},

0 commit comments

Comments
 (0)