From 12e8dfaa3d830fb214363de6d38f445278a8b585 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 14 Sep 2017 09:40:32 -0700 Subject: [PATCH] gx publish 5.0.1 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 11784ab..ea87bb6 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -5.0.0: QmTykKqiBX2QyDjrJDKX6qzwU2ybMtWqaLET23mgyDSojx +5.0.1: QmZ3ma9g2NTg7GNF1ntWNRa1GW9jVzGq8UE9cKCwRKv6dS diff --git a/package.json b/package.json index aa94f15..cbb0835 100644 --- a/package.json +++ b/package.json @@ -287,6 +287,6 @@ "license": "MIT", "name": "go-libp2p", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "5.0.0" + "version": "5.0.1" } -- GitLab