From 6c0f82541bfd9b3363aad12276539591377de792 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 10 Jul 2017 23:10:15 -0700 Subject: [PATCH] gx publish 1.2.4 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 2ef2cba..aa6d520 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.2.2: QmcyqRMCAXVtYPS4DiBrA7sezL9rRGfW8Ctx7cywL4TXJj +1.2.4: QmXY77cVe7rVRQXZZQRioukUM7aRW3BTcAgJe12MCtb3Ji diff --git a/package.json b/package.json index 3de0888..922487c 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "gxDependencies": [ { - "hash": "QmVGtdTZdTFaLsaj2RwdVG8jcjNNcp1DE914DKZ2kHmXHw", + "hash": "QmU9a9NV9RdPNwZQDYd5uKsm6N6LJLSvLbywDDYFbaaC6P", "name": "go-multihash", - "version": "1.0.4" + "version": "1.0.5" } ], "gxVersion": "0.9.0", @@ -18,6 +18,6 @@ "license": "MIT", "name": "go-multiaddr", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.2.2" + "version": "1.2.4" }