From 089f3ed0eabe41fe444a673dfa9125a57fceb006 Mon Sep 17 00:00:00 2001 From: Kushagra Gour <chinchang457@gmail.com> Date: Sun, 2 Apr 2017 15:47:01 +0530 Subject: [PATCH] bump to 2.4.2 --- src/manifest.json | 2 +- src/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;