Skip to content

Commit

Permalink
version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Mar 19, 2023
1 parent 8ec8dfb commit 2ffb736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebExtension/backgroundscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ browser.runtime.onInstalled.addListener(

switch (reason) {
case "update": // "upboarding"
browser.tabs.create({url: "boarding/upboard.html?previousVersion=" + previousVersion});
// browser.tabs.create({url: "boarding/upboard.html?previousVersion=" + previousVersion});
break;
case "install": // "onboarding"
browser.tabs.create({url: "boarding/onboard.html?initialOnboard=1"});
Expand Down
2 changes: 1 addition & 1 deletion WebExtension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "xIFr",
"version": "2.8.0",
"version": "2.9.0",
"default_locale": "en",

"description": "__MSG_extensionDescription__",
Expand Down

0 comments on commit 2ffb736

Please sign in to comment.