chore: release version v0.10.3

This commit is contained in:
David Dias 2017-10-22 20:45:31 +01:00
parent b34aa25274
commit b0e486f719
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.10.3"></a>
## [0.10.3](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.2...v0.10.3) (2017-10-22)
<a name="0.10.2"></a>
## [0.10.2](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.1...v0.10.2) (2017-10-20)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-websockets",
"version": "0.10.2",
"version": "0.10.3",
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
"main": "src/index.js",
"scripts": {