From fb218320fad05da4e2d0275c65a496f27a29763b Mon Sep 17 00:00:00 2001 From: SeeBasTStick <sebastian.stock@hhu.de> Date: Wed, 27 May 2020 14:48:30 +0200 Subject: [PATCH] 0.4.0 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f997537..34a7545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "b-language-extension", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c833a8a..e7c5748 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "b-language-extension", "displayName": "B/ProB Language Support", "description": "Compiler and language support for B and via ProB", - "version": "0.3.0", + "version": "0.4.0", "publisher": "SeeBasTStick", "icon": "./media/prob2-ui.png", "author": "Sebastian Stock", @@ -24,7 +24,7 @@ ], "activationEvents": [ "onLanguage:classicalb" - ], + ], "main": "./client/out/extension", "contributes": { "configuration": { -- GitLab