v 0.1.40: WOLK to production; seeding; count=0 bug

This commit is contained in:
Mitra Ardron 2019-04-14 16:39:28 +10:00
parent 209c4456e2
commit c2d2c07eaa
2 changed files with 4 additions and 1 deletions

View File

@ -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: httptools - adds retries
* 0.1.38: WOLK - added to the library * 0.1.38: WOLK - added to the library
* 0.1.39: WOLK - updated wolk.js module to fix bugs * 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

View File

@ -52,5 +52,5 @@
"test": "cd src; node ./test.js", "test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'" "help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
}, },
"version": "0.1.39" "version": "0.1.40"
} }