From cfa74f61c9f68757650600344ada5480ac16b2b8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 16 Apr 2018 13:52:33 +0900 Subject: [PATCH] gx publish 2.2.22 --- .gx/lastpubver | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 4ebd406..b41fa5d 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -2.2.21: QmTiWLZ6Fo5j4KcTVutZJ5KWRRJrbxzmxA4td8NfEdrPh7 +2.2.22: QmZix3EdeAdc4wnRksRXWEQ6kbqiFAP16h3Sq9JnEiP71N diff --git a/package.json b/package.json index f4000b7..c3395f3 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmaPbCnUMBohSGo3KnxEa2bHqyJVVeEEcwtqJAYxerieBo", + "hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5", "name": "go-libp2p-crypto", - "version": "1.5.0" + "version": "1.6.2" }, { "author": "whyrusleeping", - "hash": "QmXauCuJzmzapetmC6W4TuDJLL1yFFrVzSHoWv8YdbmnxH", + "hash": "QmdeiKhUy1TVGBaKxt7y1QmBDLBdisSrLJ1x58Eoj4PXUh", "name": "go-libp2p-peerstore", - "version": "1.4.15" + "version": "1.4.17" }, { "author": "whyrusleeping", @@ -27,9 +27,9 @@ }, { "author": "whyrusleeping", - "hash": "QmZoWKhxUmZ2seW4BzX6fJkNR8hh9PsGModr7q171yq2SS", + "hash": "QmcJukH2sAFjY3HdBKq35WDzWoL3UUu2gt9wdfqZTUyM74", "name": "go-libp2p-peer", - "version": "2.2.3" + "version": "2.3.2" } ], "gxVersion": "0.4.0", @@ -37,6 +37,6 @@ "license": "MIT", "name": "go-libp2p-routing", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "2.2.21" + "version": "2.2.22" }