diff --git a/src/index.html b/src/index.html index fed9c65..808a2d7 100644 --- a/src/index.html +++ b/src/index.html @@ -256,7 +256,7 @@
Made with 💖 & 🙌 by Kushagra Gour
Tweet out your feature requests, comments & suggestions to @webmakerApp.
diff --git a/src/manifest.json b/src/manifest.json index cd23d40..87fae8d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "2.6.1", + "version": "2.7.0", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmakerapp.com", diff --git a/src/script.js b/src/script.js index f1e2259..77f32f1 100644 --- a/src/script.js +++ b/src/script.js @@ -12,7 +12,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl, fontStyleTag, fontStyl /* eslint-enable no-extra-semi */ var scope = scope || {}; - var version = '2.6.1'; + var version = '2.7.0'; if (window.DEBUG) { window.scope = scope;