From c85875af99f7917cc397630e0e5c2fca4dc8a4ac Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Sat, 17 Feb 2018 12:40:57 +0000 Subject: [PATCH] Version bump to 2.1.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c19f9a..58fd5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightbeam-we", - "version": "2.0.5", + "version": "2.1.0", "description": "Firefox Lightbeam web extension", "main": "background.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index cf74b3f..1ca2194 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Firefox Lightbeam", - "version": "2.0.5", + "version": "2.1.0", "description": "Firefox Lightbeam is a Firefox browser extension that uses interactive visualizations to show you the relationships between third parties and the sites you visit.", "homepage_url": "https://github.com/mozilla/lightbeam-we",