From 90947bb8376b3b4f150fb894c9396d1162c9675c Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 8 Nov 2016 17:21:29 +0000 Subject: [PATCH] chore: release version v0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8397325..d036682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websockets", - "version": "0.9.0", + "version": "0.9.1", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "main": "src/index.js", "scripts": {