diff --git a/package.json b/package.json index 859ef07..f539a3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-mfs", - "version": "0.16.0", + "version": "1.0.0", "description": "JavaScript implementation of the IPFS Mutable File System", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -87,11 +87,11 @@ }, "contributors": [ "Alan Shaw ", - "Alex Potsides ", "David ", "David Dias ", "Jacob Heun ", "Vasco Santos ", - "Volker Mische " + "Volker Mische ", + "achingbrain " ] }