Skip to content

Commit

Permalink
Merge branch 'master' into feat/shake
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrath committed Mar 25, 2017
2 parents 4cd595f + 2ea805c commit 4daa4a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3: QmPtbDoz8i593CoReBAzgXdx5PTAN66xAofpendZb922kp
1.0.4: QmVGtdTZdTFaLsaj2RwdVG8jcjNNcp1DE914DKZ2kHmXHw
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import https://github.com/multiformats/go-multistream
gx import github.com/multiformats/go-multihash
gx install --global
gx-go --rewrite
```
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@
},
{
"author": "whyrusleeping",
"hash": "QmdKCKycEwt8S5vZM5LQ96a3hCLQ5WF98z21wJFBBX8pJe",
"name": "keccak",
"hash": "QmQPWTeQJnJE7MYu6dJTiNTQRNuqBr41dis6UgY6Uekmgd",
"name": "keccakpg",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx",
"name": "murmur3",
"version": "0.0.0"
}
],
Expand All @@ -31,6 +37,6 @@
"license": "MIT",
"name": "go-multihash",
"releaseCmd": "git commit -a -m \"gx release $VERSION\"",
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit 4daa4a0

Please sign in to comment.