diff --git a/package-lock.json b/package-lock.json index de9386d..bda49a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-maker", - "version": "4.2.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-maker", - "version": "4.2.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@emmetio/codemirror-plugin": "^0.5.4", diff --git a/package.json b/package.json index bede02b..7ae1064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "5.0.0", + "version": "5.0.1", "description": "A blazing fast & offline web playground", "scripts": { "start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",