Compare commits

..

1 Commits

Author SHA1 Message Date
Jeromy
167239b405 gx publish 0.3.0 2016-09-27 03:43:09 -07:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1 +1 @@
0.1.0: QmfSc2xehWmWLnwwYR91Y8QF4xdASypTFVknutoKQS3GHp
0.3.0: QmfAjb1QYA9SS9TLVJBRZXEVriGaGrRZ3vJSajhLa52aYg

4
cid.go
View File

@@ -164,3 +164,7 @@ func (c *Cid) UnmarshalJSON(b []byte) error {
func (c *Cid) MarshalJSON() ([]byte, error) {
return []byte(fmt.Sprintf("\"%s\"", c.String())), nil
}
func (c *Cid) KeyString() string {
return string(c.Bytes())
}

View File

@@ -24,5 +24,7 @@
"language": "go",
"license": "",
"name": "go-cid",
"version": "0.1.0"
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.3.0"
}