From 33741da7b3f5773a599d4a03c333704fc560ef34 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Thu, 23 Mar 2017 18:43:16 -0700 Subject: [PATCH] gx publish 1.2.2 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 049f786..2ef2cba 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.2.1: QmREaA5NwG2wmQJNrFPbPLtnWh7WysRcexobhTZDSxUEtE +1.2.2: QmcyqRMCAXVtYPS4DiBrA7sezL9rRGfW8Ctx7cywL4TXJj diff --git a/package.json b/package.json index 17ffe73..3de0888 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "gxDependencies": [ { - "hash": "QmPtbDoz8i593CoReBAzgXdx5PTAN66xAofpendZb922kp", + "hash": "QmVGtdTZdTFaLsaj2RwdVG8jcjNNcp1DE914DKZ2kHmXHw", "name": "go-multihash", - "version": "1.0.3" + "version": "1.0.4" } ], "gxVersion": "0.9.0", @@ -18,6 +18,6 @@ "license": "MIT", "name": "go-multiaddr", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.2.1" + "version": "1.2.2" }