From afcde25c66da859d32c7deb81f12b3995bb1445f Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Tue, 21 Aug 2018 15:15:34 -0400 Subject: [PATCH] gx publish 0.8.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 0c8df80..3d7db28 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.7.25: QmYjnkEL7i731PirfVH1sis89evN7jt4otSHw5D2xXXwUV +0.8.0: QmZFbDTY9jfSBms2MchvYM9oYRbAF19K7Pby47yDBfpPrb diff --git a/package.json b/package.json index 5f46fc0..8b821c4 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "license": "MIT", "name": "go-cid", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.7.25" + "version": "0.8.0" } -- GitLab