From 24fd58eda8b987d14782dd112b7023ccc2a30dcd Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 2 Nov 2018 18:06:59 -0700 Subject: [PATCH] gx publish 0.1.9 --- .gx/lastpubver | 2 +- package.json | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 35b8c6e..11f2a1c 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.8: QmRy4S8K3ExJcoaG3hnVdGyLqiBCaohfP4nVi6CCzq1cbo +0.1.9: QmSf6kEpjn1oTU7gdk5Ba7eTTGWUuBfNhHL7bJEiwSyERm diff --git a/package.json b/package.json index c9a196c..df721e9 100644 --- a/package.json +++ b/package.json @@ -9,26 +9,26 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmUR3nQ8nSP7vUnzTvz2kLxq4ncud6eC2s4BAEC8uiAsde", + "hash": "QmYWxr8cuXMeisJ69SK5HCg3S7FVuARCi8JZWxDyb9Aatw", "name": "go-libp2p-host", - "version": "3.0.16" + "version": "3.0.17" }, { - "hash": "QmYqBrmvWUKMmMhNJHqYASqzcaW7zg2gefi9N4DSBT4AbE", + "hash": "Qmc268gLyCFsSY3dCGqa4G73Gmtb2mREULbiuAHDoWDJBo", "name": "go-libp2p-routing", - "version": "2.7.2" + "version": "2.7.3" }, { "author": "whyrusleeping", - "hash": "QmNVzTd29YipdnuXB67b2VnFSerudTVS3ZrxyBhNxcdvAg", + "hash": "QmYrNDh2z1sFB7gxYU6kX2f9N8LcWJkAzAKwZqUzvf6d1P", "name": "go-libp2p-peerstore", - "version": "2.0.8" + "version": "2.0.9" }, { "author": "whyrusleeping", - "hash": "QmUz7HmU4ws577TMEVNoTjNghVvq2jXnxnVhbkNXKPKpgK", + "hash": "Qme2jJHLnAfULnkrSxmqAn7pGTp3HWVmFYLnuLtxFvH9nA", "name": "go-libp2p-peer", - "version": "2.4.1" + "version": "2.4.2" }, { "author": "whyrusleeping", @@ -50,14 +50,14 @@ }, { "author": "whyrusleeping", - "hash": "QmbtxgRVMQS2fZpuwowZRQUg3QNri9yuHSFGfXUrqoSABU", + "hash": "Qmcxbk5F1rJ9KeJaKRoZNG7qrexftEM7Rz9y15hi5FHAuk", "name": "go-testutil", - "version": "1.2.11" + "version": "1.2.12" }, { - "hash": "QmdpifwYtwHdABGNqZ3jiiqEqX1jNy5c9iPD3uchzpuoZb", + "hash": "QmeDPtTLoKpATWHWNsyjDteFKRnvT5zKNerMyutd3SSAFp", "name": "go-libp2p-record", - "version": "4.1.9" + "version": "4.1.10" }, { "author": "hsanjuan", @@ -96,9 +96,9 @@ }, { "author": "whyrusleeping", - "hash": "QmaZ1F8vQdJaQqA8hjAzH8a7Qnqqb2n2ZYeUbKMjMcxAZe", + "hash": "QmcgyFuP2SVMhgkTjFaXwnyAi9Fheg6A7SWgpYJKuajPnK", "name": "go-libp2p-crypto", - "version": "2.0.2" + "version": "2.0.3" } ], "gxVersion": "0.12.1", @@ -106,6 +106,6 @@ "license": "MIT", "name": "go-ipfs-routing", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.8" + "version": "0.1.9" } -- GitLab