1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 10:06:08 +02:00

bump to 6.1.0

This commit is contained in:
Kushagra Gour 2024-05-06 12:44:42 +05:30
parent 7644005d63
commit 8403389dd8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "web-maker", "name": "web-maker",
"version": "6.0.0", "version": "6.1.0",
"description": "A blazing fast & offline web playground", "description": "A blazing fast & offline web playground",
"scripts": { "scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"", "start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",

View File

@ -84,7 +84,7 @@ if (module.hot) {
} }
const UNSAVED_WARNING_COUNT = 15; const UNSAVED_WARNING_COUNT = 15;
const version = '6.0.0'; const version = '6.1.0';
// Read forced settings as query parameters // Read forced settings as query parameters
window.forcedSettings = {}; window.forcedSettings = {};