From 024c3c600a077d8977e55c523395bc8660f90b28 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 15 Aug 2018 08:26:52 -0700 Subject: [PATCH] gx publish 0.1.10 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index ef65351..0454e47 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.9: QmZXvzTJTiN6p469osBUtEwm4WwhXXoWcHC8aTS1cAJkjy +0.1.10: QmR54CzE4UcdFAZDehj6HFyy3eSHhVsJUpjfnhCmscuStS diff --git a/package.json b/package.json index 2cdedba..d118f57 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "Qmdu2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y", + "hash": "QmYjnkEL7i731PirfVH1sis89evN7jt4otSHw5D2xXXwUV", "name": "go-cid", - "version": "0.7.24" + "version": "0.7.25" }, { "author": "multiformats", @@ -31,6 +31,6 @@ "license": "", "name": "go-block-format", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.9" + "version": "0.1.10" } -- GitLab