From 388edc5c50bdabf031bee9afb47597a1f01be830 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 19 Mar 2018 15:56:37 -0700 Subject: [PATCH] gx publish 1.0.12 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 039ff2e..944bbf8 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.0.11: QmSBXjZJCTmRSLXzXr4duHKzWfgDX8aJ6XuPXCQZuVU1LP +1.0.12: QmfAkMSt9Fwzk48QDJecPcwCUjnf2uG7MLnmCGTp4C6ouL diff --git a/package.json b/package.json index 9a50461..517a849 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.11" + "version": "1.0.12" } -- GitLab