From a9d15729990d4c7a8face9f15dc9bb5dfcd96b4b Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 5 Feb 2019 22:29:10 +0100 Subject: 0.2.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') 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": [ -- cgit