diff --git a/package-lock.json b/package-lock.json
index f9975370f97ba224559b44830afc40416614c503..34a7545d06b7f595ec7a498cdf9167d32a83105a 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 c833a8a3b1321e18b5d05ac3a577b08544bda527..e7c5748eeb7627459af915f06f08c8ccaa831f7a 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": {