From 08f46e73a5b1e3ec8e6961facd7e6d557f5bfd55 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Sep 2020 11:52:47 +0000 Subject: [PATCH] Version bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dad4542..413ebb1 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.6.0", + "version": "1.7.0", "icons": { "16": "meta_assets/icon16.png", "48": "meta_assets/icon48.png", diff --git a/package.json b/package.json index b0ea38d..f03d8be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-elements-locator", - "version": "1.6.0", + "version": "1.7.0", "description": "", "main": "content_script.js", "scripts": {