From 146223e0b0c9c04b120c75935c53e46ca45e676c Mon Sep 17 00:00:00 2001 From: Jette Petzold Date: Mon, 9 Sep 2024 10:32:21 +0200 Subject: [PATCH] version update --- extension/package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/extension/package.json b/extension/package.json index 3cc5998..ef123b6 100644 --- a/extension/package.json +++ b/extension/package.json @@ -2,7 +2,7 @@ "name": "pasta", "displayName": "PASTA (STPA-DSL)", "description": "A DSL for STPA. Includes an automatic visualization of the defined relationships and control structure.", - "version": "0.4.0", + "version": "0.5.0", "publisher": "kieler", "author": "Kiel University ", "icon": "icon.png", @@ -482,22 +482,22 @@ ], "viewsContainers": { "activitybar": [ - { - "id": "pasta", - "title": "PASTA", - "icon": "./icon.png" - } + { + "id": "pasta", + "title": "PASTA", + "icon": "./icon.png" + } ] - }, - "views": { + }, + "views": { "pasta": [ - { - "type": "webview", - "id": "stpa-snippets", - "name": "STPA Snippets" - } + { + "type": "webview", + "id": "stpa-snippets", + "name": "STPA Snippets" + } ] - } + } }, "activationEvents": [ "onLanguage:stpa",