diff --git a/README.md b/README.md index bef70c9..1ad15ef 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make * 0.1.38: httptools - adds retries * 0.1.38: WOLK - added to the library * 0.1.39: WOLK - updated wolk.js module to fix bugs +* 0.1.40: Bug fix in httpfetch({count=0}), +* 0.1.40: Added support for "seed" and tested in IPFS +* 0.1.40: WOLK - moved to their production sys and master branch diff --git a/package.json b/package.json index 88a91c7..9c677fb 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "test": "cd src; node ./test.js", "help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'" }, - "version": "0.1.39" + "version": "0.1.40" }