From a17a33ce7858f38c092997fd8faaf7f8d30f1b7f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 6 Aug 2018 21:44:55 -0700 Subject: [PATCH] gx publish 0.0.12 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 9c488b5..df5a27a 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.11: QmadMhXJLHMFjpRmh85XjpmVDkEtQpNYEZNRpWRvYVLrvb +0.0.12: QmcD7SqfyQyA91TZUQ7VPRYbGarxmY7EsQewVYMuN5LNSv diff --git a/package.json b/package.json index 9fcd661..c4b6478 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.11" + "version": "0.0.12" } -- GitLab