From 6646455fa0e4015967b274134045d3c488462896 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 21 Dec 2017 15:42:18 +0100 Subject: [PATCH] Cut 1.1.0 --- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {