From 6a170bbdf9775a2a600b27ed1df931232b13742d Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 7 Aug 2018 09:59:19 -0700 Subject: [PATCH] gx publish 0.0.13 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index df5a27a..fc01eb8 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.12: QmcD7SqfyQyA91TZUQ7VPRYbGarxmY7EsQewVYMuN5LNSv +0.0.13: QmTCHqj6s51pDu1GaPGyBW2VdmCUvtzLCF6nWykfX9ZYRt diff --git a/package.json b/package.json index c4b6478..d0dd107 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.12" + "version": "0.0.13" } -- GitLab