From 6aeea51af98416c4991cb35271f14511a58c6094 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 7 Sep 2018 23:14:16 -0700 Subject: [PATCH] gx publish 0.0.19 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 75f2f7d..c89be95 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.18: QmcmpX42gtDv1fz24kau4wjS9hfwWj5VexWBKgGnWzsyag +0.0.19: QmS9Lc9eBeawP92xNzUfHaC8pxkZvhYi4gimTf9MwZuviE diff --git a/package.json b/package.json index bd5172b..f61915d 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "license": "MIT", "name": "go-ipfs-blockstore", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.18" + "version": "0.0.19" } -- GitLab