From 22b6710c561672609464b2aa840d6cd311e5fd40 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 24 Jan 2017 09:55:55 +0000 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 54319a4..931c057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-multiplex", - "version": "0.3.1", + "version": "0.3.2", "description": "multiplex implementation wrapper that is compatible with libp2p Stream Muxer expected interface", "main": "src/index.js", "scripts": {