From c69ec140a5d244cc1912708ca2c1d9328bd42e53 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sat, 18 Mar 2017 13:41:42 -0700 Subject: [PATCH] update go-multihash dep --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index cc643bd..437bc01 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.1.3: QmSWLfmj5frN9xVLMMN846dMDriy5wN5jeghUm7aTW3DAG +1.2.0: QmVAYwf4UmtxX7YtARsDrBHDKGLPoTYnFL29a5LyZxCwLb diff --git a/package.json b/package.json index e5cc43d..5c0c820 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "gxDependencies": [ { - "hash": "QmbZ6Cee2uHjG7hf19qLHppgKDRtaG4CVtMzdmK9VCVqLu", + "hash": "QmPtbDoz8i593CoReBAzgXdx5PTAN66xAofpendZb922kp", "name": "go-multihash", - "version": "1.0.2" + "version": "1.0.3" } ], "gxVersion": "0.9.0", @@ -18,6 +18,6 @@ "license": "MIT", "name": "go-multiaddr", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.1.3" + "version": "1.2.0" }