Skip to content

Commit 4a86a81

Browse files
committed
"new" version
1 parent b329260 commit 4a86a81

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.web-extension-id

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file was created by https://github.com/mozilla/web-ext
2+
# Your auto-generated extension ID for addons.mozilla.org is:
3+
{c63fe9b6-dd6c-4267-8ac8-ed4c89480fcc}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "IPFS in the browser",
4-
"version": "1.0",
4+
"version": "1.0.1",
55
"description": "Adds window.ipfs to all pages and starts a daemon in the background",
66
"icons": {
77
"48": "icons/ipfs.svg"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-ipfs-in-the-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "page-script.js",
66
"dependencies": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* `npm install`
66
* `npm run build`
77
* Open `about:debugging` in Firefox and point it to the manifest.json in this repository
8-
* Now try the test page: https://ipfs.io/ipfs/QmcVc8eQiWkR23wMKiQjipLRSjCxR1FEj4TL99aY89J83d
8+
* Now try the test page: https://ipfs.io/ipfs/QmNnMpP1yJbcwREZHTPAjxFYgoNk5pGaudbHHq1t2ahDrb
99

1010
### Packaging
1111

0 commit comments

Comments
 (0)