From 20e83012cb954076354fa56c4fb5c56cd5f3e6ee Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 9 Feb 2017 12:04:30 -0800 Subject: [PATCH] chore: release version v0.10.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5b3607..7a89854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-spdy", - "version": "0.10.3", + "version": "0.10.4", "description": "SPDY 3.1 implementation wrapper that is compatible with libp2p Stream Muxer expected interface", "main": "src/index.js", "scripts": {