diff --git a/.vscodeignore b/.vscodeignore index 10152bad..d2f8e913 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -14,7 +14,6 @@ tslint.json vscode-chrome-debug.txt webpack.config.js -out/src/** out/test/** node_modules/.bin/** diff --git a/package.json b/package.json index 2d6e8a10..260c14d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debugger-for-chrome", "displayName": "Debugger for Chrome", - "version": "3.1.0", + "version": "3.1.1", "icon": "images/icon.png", "description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.", "author": {