From 3595256d8f98306f2c72c768e7daeede073d8bba Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 11 Jan 2018 15:33:41 -0800 Subject: [PATCH] gx publish 1.0.1 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 8de5508..cf50a71 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.0.0: QmfVXM8xWBJZZMC3mJkv64dkWUeoqGKTcKDSMtiJ6AdZXM +1.0.1: QmeQHu2YxKwgyThinyW7S3GtebRToQcxQKqxNQaRBBGzuG diff --git a/package.json b/package.json index 3877fc6..3894879 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "license": "MIT", "name": "go-ipfs-cmds", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.0.0" + "version": "1.0.1" } -- GitLab