diff --git a/package-lock.json b/package-lock.json index dfb15ba..aee5d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "devtools-highlighter", - "version": "0.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad332ab..c2aed18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-highlighter", - "version": "0.0.1", + "version": "1.1.0", "license": "MPL-2.0", "description": "DevTools extension that finds and highlights elements in the page.", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index e78b4cc..3b5a36c 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "description": "Element finder and highlighter DevTools panel", "manifest_version": 2, "name": "devtools-highlighter", - "version": "1.0", + "version": "1.1.0", "author": "Patrick Brosset", "homepage_url": "https://github.com/captainbrosset/devtools-highlighter", "icons": {