From 64a34fb57d84bd46ccdf62a3193166aa334cfe34 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 28 Aug 2017 20:30:31 -0700 Subject: [PATCH] gx publish 0.1.4 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index f5ff30a..a979bc4 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.3: QmVA4mafxbfH5aEvNz8fyoxC6J1xhAtw88B4GerPznSZBg +0.1.4: QmSn9Td7xgxm9EV7iEjTckpUWmWApggzPxu7eFGWkkpwin diff --git a/package.json b/package.json index 597923f..d933f70 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS", + "hash": "QmNp85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ", "name": "go-cid", - "version": "0.7.17" + "version": "0.7.18" }, { "author": "multiformats", @@ -31,6 +31,6 @@ "license": "", "name": "go-block-format", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.3" + "version": "0.1.4" } -- GitLab