diff --git a/.gx/lastpubver b/.gx/lastpubver index a90c9a2..36d448c 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.5.0: Qmdakno8ZeVkD5K6w2VNTAz4MAf1WNSHb9NE3F413sGFku +1.5.1: QmT6Cp31887FpAc25z25YHgpFJohZedrYLWPPspRtj1Brp diff --git a/package.json b/package.json index 4a9e8f0..35c9341 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,16 @@ "gxDependencies": [ { "author": "multiformats", - "hash": "QmTKShqzu4Sr5trPY8KN7DihwFMaPMX78RZbrSZ8M3rSf9", + "hash": "QmUAQaWbKxGCUTuoQVvvicbQNZ9APF5pDGWyAZSe93AtKH", "name": "go-multiaddr", - "version": "1.1.1" + "version": "1.1.2" } ], "gxVersion": "0.6.0", "language": "go", "license": "", "name": "go-multiaddr-net", - "version": "1.5.0" + "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", + "version": "1.5.1" }