From a7f6c7cf83d3ca2a424ed3375e6c4f40df551c6f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 28 May 2023 18:24:52 +0530 Subject: [PATCH] bump to 5.0.2 --- package.json | 2 +- src/components/app.jsx | 2 +- src/manifest.json | 2 +- src/options.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index efd566f..977366d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "5.0.1", + "version": "5.0.2", "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 f9bf3e1..f4da190 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -78,7 +78,7 @@ const LocalStorageKeys = { ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations' }; const UNSAVED_WARNING_COUNT = 15; -const version = '5.0.1'; +const version = '5.0.2'; // Read forced settings as query parameters window.forcedSettings = {}; diff --git a/src/manifest.json b/src/manifest.json index f6e5683..acd6d8e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "5.0.1", + "version": "5.0.2", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmaker.app", diff --git a/src/options.html b/src/options.html index 16496a0..b15e573 100644 --- a/src/options.html +++ b/src/options.html @@ -35,7 +35,7 @@

Settings - v5.0.1 + v5.0.2