From 27a30a0110dd851eba930419bfa3ddf3e890ec46 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 29 May 2023 01:19:35 +0530 Subject: [PATCH] bump to 5.0.3 --- 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 977366d..21ae94c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "5.0.2", + "version": "5.0.3", "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 f4da190..42c3207 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.2'; +const version = '5.0.3'; // Read forced settings as query parameters window.forcedSettings = {}; diff --git a/src/manifest.json b/src/manifest.json index acd6d8e..32bab93 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "5.0.2", + "version": "5.0.3", "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 b15e573..09135e6 100644 --- a/src/options.html +++ b/src/options.html @@ -35,7 +35,7 @@

Settings - v5.0.2 + v5.0.3