Skip to content

Commit

Permalink
fix(wx): fix version format in manifest
Browse files Browse the repository at this point in the history
the syntax defined for Chrome's version is more restrictive than that
used by Firefox:
- https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/version
- https://developer.chrome.com/extensions/manifest/version

Part of #218 effort
  • Loading branch information
lidel committed May 24, 2017
1 parent 98d3946 commit f8a15c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "IPFS Companion (Development Channel)",
"short_name": "IPFS Companion",
"version" : "2.0.0alpha5",
"version" : "2.0.5",

"description": "Access IPFS resources via custom HTTP2IPFS gateway",
"homepage_url": "https://github.com/lidel/ipfs-firefox-addon",
Expand Down

0 comments on commit f8a15c3

Please sign in to comment.