From e5a96152bdf27d5c524f5a9345df21a0ede321f3 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 5 Oct 2016 11:37:05 -0700 Subject: [PATCH] gx publish 0.5.1 --- .gx/lastpubver | 2 +- cid.go | 8 ++++---- package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 7896580..14840ef 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.5.0: QmcW7CcRA5kMdqNBRpif7e8y9yvVRmJG1uurMvea8TY2SM +0.5.1: QmUrECr5NauzkUaofvUnCFGjZ4Wevt76n79uv6BhEkuyn3 diff --git a/cid.go b/cid.go index 655c5ec..462c6b7 100644 --- a/cid.go +++ b/cid.go @@ -12,10 +12,10 @@ import ( const UnsupportedVersionString = "" const ( - Protobuf = iota - Raw - JSON - CBOR + Protobuf = 0x70 + CBOR = 0x71 + Raw = 0x72 + JSON = 0x73 ) func NewCidV0(h mh.Multihash) *Cid { diff --git a/package.json b/package.json index 607fe51..848a34a 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku", + "hash": "QmYDds3421prZgqKbLpEK7T9Aa2eVdQ7o3YarX1LVLdP2J", "name": "go-multihash", - "version": "0.0.0" + "version": "1.0.0" }, { "author": "whyrusleeping", @@ -25,6 +25,6 @@ "license": "", "name": "go-cid", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.5.0" + "version": "0.5.1" }