* 0.1.63: Move naming internal

This commit is contained in:
Mitra Ardron 2019-09-02 06:57:56 +10:00
parent 44f5a11352
commit 951f48a033
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.63: Move naming internal
* 0.1.62: Upgrade dependencies
* 0.1.61: loopguard to return correct error from queuedFetch; add info to statuses
* 0.1.60: Back on master release of webtorrent

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.62"
"version": "0.1.63"
}