diff --git a/src/index.html b/src/index.html index f73807d..efb8c87 100644 --- a/src/index.html +++ b/src/index.html @@ -232,7 +232,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 72a587e..cd23d40 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "2.6.0", + "version": "2.6.1", "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 3becef8..b6f43e0 100644 --- a/src/script.js +++ b/src/script.js @@ -12,7 +12,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl /* eslint-enable no-extra-semi */ var scope = scope || {}; - var version = '2.6.0'; + var version = '2.6.1'; if (window.DEBUG) { window.scope = scope;