From e8ad1b15997f30b917b22e1907f32325ee63cf93 Mon Sep 17 00:00:00 2001 From: Kushagra Gour <chinchang457@gmail.com> Date: Sat, 22 Jun 2024 22:42:50 +0530 Subject: [PATCH] bump to 6.3.5 --- package.json | 2 +- src/components/app.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ec1cce..88529ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "6.3.4", + "version": "6.3.5", "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 545b4ec..b31bdd3 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.3.4'; +const version = '6.3.5'; // Read forced settings as query parameters window.forcedSettings = {};