From 547442836ade055cc114b562a3cc193d4e57c884 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Thu, 15 Feb 2018 17:38:29 +0100 Subject: [PATCH] gx publish 0.0.1 --- .gx/lastpubver | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index e69de29..27a00a5 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -0,0 +1 @@ +0.0.1: QmTVDM4LCSUMFNQzbDLL9zQwp8usE6QHymFdh3h8vL9v6b diff --git a/package.json b/package.json index a6766e8..d2daa65 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.0" + "version": "0.0.1" } -- GitLab