diff --git a/src/manifest.json b/src/manifest.json index bca0612..62b94ad 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "2.2.2", + "version": "2.3.0", "manifest_version": 2, "description": "Convert new tabs into an 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 321c57e..b86170b 100644 --- a/src/script.js +++ b/src/script.js @@ -10,7 +10,7 @@ TextareaAutoComplete */ /* eslint-enable no-extra-semi */ var scope = scope || {}; - var version = '2.2.0'; + var version = '2.3.0'; if (window.DEBUG) { window.scope = scope;