diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-02-05 22:29:10 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-02-05 22:29:10 +0100 |
| commit | a9d15729990d4c7a8face9f15dc9bb5dfcd96b4b (patch) | |
| tree | 5affb315341fe87e47520bb555a24d18e537df84 | |
| parent | a25a3a2ce3cda19f17989c4aa24fa6c88428647e (diff) | |
0.2.1v0.2.1
| -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": [ |