This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8018eb4
commit d46f230
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-mfs", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "JavaScript implementation of the IPFS Mutable File System", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -73,10 +73,11 @@ | |
}, | ||
"contributors": [ | ||
"Alan Shaw <[email protected]>", | ||
"Alex Potsides <[email protected]>", | ||
"David <[email protected]>", | ||
"David Dias <[email protected]>", | ||
"Jacob Heun <[email protected]>", | ||
"Vasco Santos <[email protected]>" | ||
"Vasco Santos <[email protected]>", | ||
"Volker Mische <[email protected]>", | ||
"achingbrain <[email protected]>" | ||
] | ||
} |