From 8662485027c2d1f65892df2a037fccd8a2cc4219 Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Tue, 11 Sep 2018 19:44:52 -0400 Subject: [PATCH] gx publish 0.1.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index b32bb7d..d735869 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.4: QmVUhfewLZpSaAiBYCpw2krYMaiVmFuhr2iurQLuRoU6sD +0.1.0: QmVkMRSkXrpjqrroEXWuYBvDBnXCdMMY6gsKicBGVGUqKT diff --git a/package.json b/package.json index 7f96708..adf10b8 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "license": "", "name": "go-verifcid", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.4" + "version": "0.1.0" }