* 0.1.60: Back on master release of webtorrent

This commit is contained in:
Mitra Ardron 2019-07-23 17:14:19 -07:00
parent 37d128ed43
commit 768893f508
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes
* 0.1.60: Back on master release of webtorrent
* 0.1.59: Add DwebTransports.statuses synchronous API
* 0.1.58: Upgrade GUN and IPFS to v0.35.0 (0.36 breaks webpack as currently configured)
* 0.1.57: Fix heartbeat timer stopping

View File

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