Version bump

This commit is contained in:
github-actions
2020-09-18 11:52:47 +00:00
parent ef44dfd7f8
commit 08f46e73a5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Custom Elements Locator",
"description": "This extension will find any custom element on a page.",
"version": "1.6.0",
"version": "1.7.0",
"icons": {
"16": "meta_assets/icon16.png",
"48": "meta_assets/icon48.png",

View File

@@ -1,6 +1,6 @@
{
"name": "custom-elements-locator",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"main": "content_script.js",
"scripts": {