Skip to content

Commit

Permalink
Bump to 2.0.1 and remove install page as users had forgotten about in…
Browse files Browse the repository at this point in the history
…stalling us. (#211)
  • Loading branch information
jonathanKingston authored Sep 29, 2017
1 parent 3f9a36d commit 99d907f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightbeam-we",
"version": "2.0.0",
"version": "2.0.1",
"description": "Firefox Lightbeam web extension",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
'use strict';

async function checkFirstRun() {
/*
if (await store.isFirstRun()) {
browser.tabs.create({ url: 'first-run.html' });
}
*/
}

checkFirstRun();
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Firefox Lightbeam",
"version": "2.0.0",
"version": "2.0.1",

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

0 comments on commit 99d907f

Please sign in to comment.