Commit e5a96152 authored by Jeromy's avatar Jeromy

gx publish 0.5.1

parent 0f69fedd
0.5.0: QmcW7CcRA5kMdqNBRpif7e8y9yvVRmJG1uurMvea8TY2SM 0.5.1: QmUrECr5NauzkUaofvUnCFGjZ4Wevt76n79uv6BhEkuyn3
...@@ -12,10 +12,10 @@ import ( ...@@ -12,10 +12,10 @@ import (
const UnsupportedVersionString = "<unsupported cid version>" const UnsupportedVersionString = "<unsupported cid version>"
const ( const (
Protobuf = iota Protobuf = 0x70
Raw CBOR = 0x71
JSON Raw = 0x72
CBOR JSON = 0x73
) )
func NewCidV0(h mh.Multihash) *Cid { func NewCidV0(h mh.Multihash) *Cid {
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
"gxDependencies": [ "gxDependencies": [
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku", "hash": "QmYDds3421prZgqKbLpEK7T9Aa2eVdQ7o3YarX1LVLdP2J",
"name": "go-multihash", "name": "go-multihash",
"version": "0.0.0" "version": "1.0.0"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
...@@ -25,6 +25,6 @@ ...@@ -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.0" "version": "0.5.1"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment