From 71c4d921d01db849df860cf7614f9f04b2fe6a08 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 14 Apr 2016 11:28:59 +0100 Subject: [PATCH] chore: release version v0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b697b8..ef67f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websockets", - "version": "0.3.1", + "version": "0.3.2", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "main": "lib/index.js", "jsnext:main": "src/index.js",