From db91b3868ebb91b7977ee9fd2d7a23b2f8acd138 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 11 Sep 2016 13:03:41 -0400 Subject: [PATCH] chore: release version v0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9980c82..9aeb8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-secio", - "version": "0.4.3", + "version": "0.5.0", "description": "Secio implementation in JavaScript", "main": "lib/index.js", "jsnext:main": "src/index.js",