From aac6eaa7d230eb19a82062eae6b018332f8369e1 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 17 Nov 2016 23:44:24 +0100 Subject: [PATCH] Publish 4.2.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 4299fc4..f20e9d5 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -4.1.0: QmUYzZRJcuUxLSnSzF1bSyw1jYbNAULkBrbS6rnr7F72uK +4.2.0: QmZyBJGpRnbQ7oUstoGNZbhXC4HJuFUCgpp8pmsVTUwdS3 diff --git a/package.json b/package.json index 9725957..468ac2e 100644 --- a/package.json +++ b/package.json @@ -245,6 +245,6 @@ "license": "MIT", "name": "go-libp2p", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "4.1.0" + "version": "4.2.0" } -- GitLab