v0.1.39 bugfix wolk

This commit is contained in:
Mitra Ardron 2019-03-28 21:01:54 -07:00
parent 62e74e1ace
commit 729bab2728
2 changed files with 3 additions and 1 deletions

View File

@ -134,3 +134,5 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
* 0.1.37: IPFS - updated to (significant) v0.34.0 API changes
* 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

View File

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