From 61a4193a5e56f9c4c5514f702f14b759f918589a Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Tue, 11 Sep 2018 21:55:38 -0400 Subject: [PATCH] gx publish 0.3.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index ec83f54..6d14940 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.2.11: QmUy9RAnhX9LBEUbhg8mvrouMRsoF27ycvT2iZsSG8V7Sv +0.3.0: QmSFHnkFwayfnRKK1Z8jBUauMYMkHrZpQyvbxkFoPYb1VQ diff --git a/package.json b/package.json index 2cf609f..57c75c0 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "license": "MIT", "name": "go-libp2p-routing-helpers", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.2.11" + "version": "0.3.0" }