From a13e3ec8a5953802db0208ed5c4219476eaa5a6c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 27 Aug 2018 17:10:12 -0700 Subject: [PATCH] gx publish 3.0.9 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 979b107..f7c9495 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -3.0.8: QmPWNZRUybw3nwJH3mpkrwB97YEQmXRkzvyh34rpJiih6Q +3.0.9: QmYSM6PKnCe9YVPNMisfpoBmczzHkA7h5Wrnc36DtdJhGo diff --git a/package.json b/package.json index 3e78d72..9f7c382 100644 --- a/package.json +++ b/package.json @@ -156,6 +156,6 @@ "license": "MIT", "name": "go-libp2p-swarm", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "3.0.8" + "version": "3.0.9" } -- GitLab