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",