diff --git a/src/index.html b/src/index.html index 88b2263..b6c76b1 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 f2dedfc..72a587e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "2.5.2", + "version": "2.6.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 22d4419..36b0b09 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.5.0'; + var version = '2.6.0'; if (window.DEBUG) { window.scope = scope;