Compare commits

...

1 Commits

Author SHA1 Message Date
Jeromy
6c7d9e3de2 gx publish 0.5.2 2016-10-05 12:08:42 -07:00
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" "encoding/binary"
"fmt" "fmt"
mh "github.com/jbenet/go-multihash"
mbase "github.com/multiformats/go-multibase" mbase "github.com/multiformats/go-multibase"
mh "github.com/multiformats/go-multihash"
) )
const UnsupportedVersionString = "<unsupported cid version>" const UnsupportedVersionString = "<unsupported cid version>"

View File

@@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"testing" "testing"
mh "github.com/jbenet/go-multihash" mh "github.com/multiformats/go-multihash"
) )
func assertEqual(t *testing.T, a, b *Cid) { func assertEqual(t *testing.T, a, b *Cid) {

View File

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