From 41275b62138488ee8ca798021e766f709ed79bfa Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Wed, 12 Dec 2018 03:04:07 -0500 Subject: [PATCH] gx publish 0.2.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 38e7732..0e65816 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.2: QmbfKu17LbMWyGUxHEUns9Wf5Dkm8PT6be4uPhTkk4YvaV +0.2.0: QmPLrvCg3Pjbc77VeeLEY5Si39SuAGhaN1X38pXo7zUXzx diff --git a/package.json b/package.json index 1a6b20e..09d9e6d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "license": "", "name": "go-cidutil", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.2" + "version": "0.2.0" }