From 5fe7a24d9d0b7223b7e998f52cbf82499ebb96a8 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Mon, 14 Aug 2017 11:38:46 +0200 Subject: [PATCH] [TASK] Release version 0.0.2 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9d4ce5d..f1db8f3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typo3-typoscript", "displayName": "TYPO3 TypoScript", "description": "Syntax highlighting for TYPO3 TypoScript", - "version": "0.0.1", + "version": "0.0.2", "publisher": "benjaminkott", "icon": "media/icon.jpg", "engines": { @@ -10,13 +10,13 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/benjaminkott/vscode-typo3-typoscript/issues" - }, - "homepage": "https://github.com/benjaminkott/vscode-typo3-typoscript", - "repository": { - "type": "git", - "url": "https://github.com/benjaminkott/vscode-typo3-typoscript.git" - }, + "url": "https://github.com/benjaminkott/vscode-typo3-typoscript/issues" + }, + "homepage": "https://github.com/benjaminkott/vscode-typo3-typoscript", + "repository": { + "type": "git", + "url": "https://github.com/benjaminkott/vscode-typo3-typoscript.git" + }, "categories": [ "Languages" ],