Skip to content

Commit

Permalink
Bump version - use AMO addon id in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Jun 14, 2018
1 parent a73b0f2 commit 2820121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Makes the dat:// protocol available",
"manifest_version": 2,
"name": "Dat P2P Protocol",
"version": "0.1.2",
"version": "0.1.3",
"applications": {
"gecko": {
"id": "{e992d888-6346-4e09-98b5-8c61307970e6}",
"id": "{acc91f3f-2194-4f88-b25a-84ec4ea65683}",
"strict_min_version": "58.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dat-fox",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Webextension for the dat:// protocol",
"main": "background.js",
"scripts": {
Expand Down

0 comments on commit 2820121

Please sign in to comment.