Merge pull request #61 from multiformats/gx/update-5osgb9

gx: update go-multihash
This commit is contained in:
Whyrusleeping 2017-12-04 20:10:07 +01:00 committed by GitHub
commit 781e075f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1.2.4: QmXY77cVe7rVRQXZZQRioukUM7aRW3BTcAgJe12MCtb3Ji 1.2.5: QmW8s4zTsUoX1Q6CeYxVKPyqSKbF7H1YDUyTostBtZ8DaG

View File

@ -8,9 +8,9 @@
}, },
"gxDependencies": [ "gxDependencies": [
{ {
"hash": "QmU9a9NV9RdPNwZQDYd5uKsm6N6LJLSvLbywDDYFbaaC6P", "hash": "QmYeKnKpubCMRiq3PGZcTREErthbb5Q9cXsCoSkD9bjEBd",
"name": "go-multihash", "name": "go-multihash",
"version": "1.0.5" "version": "1.0.6"
} }
], ],
"gxVersion": "0.9.0", "gxVersion": "0.9.0",
@ -18,6 +18,6 @@
"license": "MIT", "license": "MIT",
"name": "go-multiaddr", "name": "go-multiaddr",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.2.4" "version": "1.2.5"
} }