diff --git a/package-lock.json b/package-lock.json index 156161a..2455624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ViperIDE", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ViperIDE", - "version": "0.4.6", + "version": "0.4.7", "dependencies": { "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-markdown": "^6.2.5", diff --git a/package.json b/package.json index ce6c202..995070a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ViperIDE", - "version": "0.4.6", + "version": "0.4.7", "scripts": { "build": "rollup --config", "watch": "rollup --config --configDebug --watch"