diff --git a/src/manifest.json b/src/manifest.json index 5fa2928..d69a2ac 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "2.4.1", + "version": "2.4.2", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://kushagragour.in/lab/web-maker", diff --git a/src/script.js b/src/script.js index 8c64da3..f0bf017 100644 --- a/src/script.js +++ b/src/script.js @@ -10,7 +10,7 @@ onboardDontShowInTabOptionBtn, TextareaAutoComplete, savedItemCountEl, indentati /* eslint-enable no-extra-semi */ var scope = scope || {}; - var version = '2.4.0'; + var version = '2.4.2'; if (window.DEBUG) { window.scope = scope;