Skip to content

Commit

Permalink
Build v6.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Sep 2, 2021
1 parent 31d8574 commit dfb3a19
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/drivers/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.8.3",
"version": "6.8.4",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/drivers/webextension/js/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ const Driver = {
'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer'
)
} else if (version !== previous && upgradeMessage) {
open(
`https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
false
)
// open(
// `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
// false
// )
}

await setOption('version', version)
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies",
"version": "6.8.3",
"version": "6.8.4",
"default_locale": "en",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.8.3",
"version": "6.8.4",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -28016,4 +28016,4 @@
"website": "https://www.xt-commerce.com"
}
}
}
}

0 comments on commit dfb3a19

Please sign in to comment.