diff --git a/package.json b/package.json index d857c6d..30d9f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "5.3.0", + "version": "6.0.0", "description": "A blazing fast & offline web playground", "scripts": { "start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"", diff --git a/src/components/app.jsx b/src/components/app.jsx index 3640c9f..f60b1c9 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -82,7 +82,7 @@ if (module.hot) { } const UNSAVED_WARNING_COUNT = 15; -const version = '5.3.0'; +const version = '6.0.0'; // Read forced settings as query parameters window.forcedSettings = {};