From 6c7d9e3de2e882b075ab3ef07adacc6258b02e09 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 5 Oct 2016 12:08:42 -0700 Subject: [PATCH] gx publish 0.5.2 --- .gx/lastpubver | 2 +- cid.go | 2 +- cid_test.go | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 14840ef..fe6ffb3 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.5.1: QmUrECr5NauzkUaofvUnCFGjZ4Wevt76n79uv6BhEkuyn3 +0.5.2: QmakyCk6Vnn16WEKjbkxieZmM2YLTzkFWizbmGowoYPjro diff --git a/cid.go b/cid.go index 462c6b7..b5d0bbc 100644 --- a/cid.go +++ b/cid.go @@ -5,8 +5,8 @@ import ( "encoding/binary" "fmt" - mh "github.com/jbenet/go-multihash" mbase "github.com/multiformats/go-multibase" + mh "github.com/multiformats/go-multihash" ) const UnsupportedVersionString = "" diff --git a/cid_test.go b/cid_test.go index 1705401..9e64f90 100644 --- a/cid_test.go +++ b/cid_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - mh "github.com/jbenet/go-multihash" + mh "github.com/multiformats/go-multihash" ) func assertEqual(t *testing.T, a, b *Cid) { diff --git a/package.json b/package.json index 848a34a..8223047 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "license": "", "name": "go-cid", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.5.1" + "version": "0.5.2" }