Skip to content

Commit

Permalink
"new" version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Feb 23, 2017
1 parent b329260 commit 4a86a81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .web-extension-id
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
{c63fe9b6-dd6c-4267-8ac8-ed4c89480fcc}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "IPFS in the browser",
"version": "1.0",
"version": "1.0.1",
"description": "Adds window.ipfs to all pages and starts a daemon in the background",
"icons": {
"48": "icons/ipfs.svg"
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": "js-ipfs-in-the-browser",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "page-script.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* `npm install`
* `npm run build`
* Open `about:debugging` in Firefox and point it to the manifest.json in this repository
* Now try the test page: https://ipfs.io/ipfs/QmcVc8eQiWkR23wMKiQjipLRSjCxR1FEj4TL99aY89J83d
* Now try the test page: https://ipfs.io/ipfs/QmNnMpP1yJbcwREZHTPAjxFYgoNk5pGaudbHHq1t2ahDrb

### Packaging

Expand Down

0 comments on commit 4a86a81

Please sign in to comment.