Skip to content

Commit

Permalink
Update manifest version to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdavids committed Apr 21, 2020
1 parent f6f71a8 commit d9478e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Handles passes containing cryptographically blinded tokens for bypassing internet challenge.",
"manifest_version": 2,
"name": "Privacy Pass",
"version": "2.0.5",
"version": "2.0.6",
"icons": {
"48": "icons/ticket-48.png"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ext/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @return {string} Extension version
*/
function extVersion() {
return browser.runtime.getManifest().version;
return chrome.runtime.getManifest().version;
}

/**
Expand Down

0 comments on commit d9478e5

Please sign in to comment.