diff --git a/manifest.json b/manifest.json index 211cfcc..dad4542 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Custom Elements Locator", "description": "This extension will find any custom element on a page.", - "version": "1.5.0", + "version": "1.6.0", "icons": { "16": "meta_assets/icon16.png", "48": "meta_assets/icon48.png", diff --git a/package.json b/package.json index cbe921e..b0ea38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-elements-locator", - "version": "1.5.0", + "version": "1.6.0", "description": "", "main": "content_script.js", "scripts": {