From 8403389dd8a0d486dea0336a3135e69832201b48 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 6 May 2024 12:44:42 +0530 Subject: [PATCH] bump to 6.1.0 --- package.json | 2 +- src/components/app.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30d9f27..e22f8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "6.0.0", + "version": "6.1.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 47e9741..6d2c549 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -84,7 +84,7 @@ if (module.hot) { } const UNSAVED_WARNING_COUNT = 15; -const version = '6.0.0'; +const version = '6.1.0'; // Read forced settings as query parameters window.forcedSettings = {};