gx publish 0.5.2

This commit is contained in:
Jeromy
2016-10-05 12:08:42 -07:00
parent e5a96152bd
commit 6c7d9e3de2
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
0.5.1: QmUrECr5NauzkUaofvUnCFGjZ4Wevt76n79uv6BhEkuyn3
0.5.2: QmakyCk6Vnn16WEKjbkxieZmM2YLTzkFWizbmGowoYPjro

2
cid.go
View File

@@ -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 = "<unsupported cid version>"

View File

@@ -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) {

View File

@@ -25,6 +25,6 @@
"license": "",
"name": "go-cid",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.5.1"
"version": "0.5.2"
}