From e1c30116033830cc9c3dcd726c95a127ec007dc8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 10 Oct 2018 11:46:50 +0100 Subject: [PATCH] gx publish 0.1.6 --- .gx/lastpubver | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index cbe241b..7f88bab 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.5: QmQqPdGQfsfQTpRUUzgD3d2RzWHJffZsSqwopnZ2BkiezW +0.1.6: QmQ9PR61a8rwEFuFNs7JMA1QtQC9yZnBwoDn51JWXDbaTd diff --git a/package.json b/package.json index 712d319..3ae5bee 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,20 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmQKod7iLxQK6X3aFYvhDDnFdXo3QjxKeL2F7UrPtdKQR2", + "hash": "Qmf5yHzmWAyHSJRPAmZzfk3Yd7icydBLi7eec5741aov7v", "name": "go-libp2p-host", - "version": "3.0.12" + "version": "3.0.13" }, { - "hash": "QmVQPj6rHdqz6dDQrjcdP36zDYLaoB7xwqRg39kx2PqqKU", + "hash": "QmPmFeQ5oY5G6M7aBWggi5phxEPXwsQntE1DFcUzETULdp", "name": "go-libp2p-routing", - "version": "2.6.4" + "version": "2.6.5" }, { "author": "whyrusleeping", - "hash": "QmXEyLwySuDMXejWBu8XwdkX2WuGKk8x9jFwz8js7j72UX", + "hash": "QmWtCpWB39Rzc2xTB75MKorsxNpo3TyecTEN24CJ3KVohE", "name": "go-libp2p-peerstore", - "version": "2.0.3" + "version": "2.0.4" }, { "author": "whyrusleeping", @@ -106,6 +106,6 @@ "license": "MIT", "name": "go-ipfs-routing", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.5" + "version": "0.1.6" } -- GitLab