Skip to content

Commit

Permalink
Update to v2.0.2 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdavids committed Oct 25, 2019
1 parent 66c7e13 commit 24c1c44
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 @@ -3,7 +3,7 @@
"description": "Handles passes containing cryptographically blinded tokens for bypassing internet challenge.",
"manifest_version": 2,
"name": "Privacy Pass",
"version": "2.0.1",
"version": "2.0.2",
"icons": {
"48": "icons/ticket-48.png"
},
Expand Down
2 changes: 1 addition & 1 deletion addon/popup/bc-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="popup-http">
<div class="header">
<span><img id="privacypass" src="../icons/ticket-1.svg"></span>
<h1>Privacy Pass<br><font size="1">Version 2.0.1</font></h1>
<h1>Privacy Pass<br><font size="1">Version 2.0.2</font></h1>
</div>
<span id="stored">
<script src="bc-plugin.js"></script>
Expand Down

0 comments on commit 24c1c44

Please sign in to comment.