diff --git a/README.md b/README.md index b3e2e0e..7abc02b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ This extension contributes the following settings: Initial release of code-stats-vscode +### 1.0.1 + +Added the missing github information to package.json +Added the .vsix installation package as well. + ### For more information * [Github repository](https://github.com/riussi/code-stats-vscode) diff --git a/package.json b/package.json index 08d0fbc..fd86aed 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,12 @@ "name": "code-stats-vscode", "displayName": "Code::Stats", "description": "Code::Stats package for Visual Studio Code", - "version": "1.0.0", + "version": "1.0.1", "publisher": "juha-ristolainen", + "repository": { + "type": "github", + "url": "https://github.com/riussi/code-stats-vscode" + }, "engines": { "vscode": "^1.10.0" }, diff --git a/releases/code-stats-vscode-1.0.1.vsix b/releases/code-stats-vscode-1.0.1.vsix new file mode 100644 index 0000000..121236c Binary files /dev/null and b/releases/code-stats-vscode-1.0.1.vsix differ