From 12e15ef2364700fbdc47bf0871c8fbafe9430ab1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 28 May 2016 18:49:06 +0100 Subject: [PATCH] chore: release version v0.19.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70b76f2..879099a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-swarm", - "version": "0.19.0", + "version": "0.19.1", "description": "libp2p swarm implementation in JavaScript", "main": "lib/index.js", "jsnext:main": "src/index.js",