diff options
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 53c6452..44e125e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "API Notation", "description": "Syntax Highlighting for API notation", "publisher": "rbdr", - "version": "0.2.0", + "version": "0.2.1", "engines": { "vscode": "^1.30.0" }, @@ -11,8 +11,8 @@ "Programming Languages" ], "repository": { - "type": "git", - "url": "https://gitlab.com/rbdr/api-notation.vscode.git" + "type": "git", + "url": "https://gitlab.com/rbdr/api-notation.vscode.git" }, "contributes": { "languages": [ |