From 042eee0c516090f5bbde03dbb5c048b9f55ccaa4 Mon Sep 17 00:00:00 2001 From: Adrian Lanzafame Date: Fri, 21 Sep 2018 14:04:43 +1000 Subject: [PATCH] gx publish 1.1.1 License: MIT Signed-off-by: Adrian Lanzafame --- .gx/lastpubver | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 2123257..e89e4b6 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.1.0: QmeyKL7WDSPhnhozCB3oC51j5pDs7DnCGWPyVaxgwpncA6 +1.1.1: Qmc6tqtdKn1fVCGmU2StfULdXb8xPxmGh19NsYsgVkqjbw diff --git a/package.json b/package.json index e9f76ea..50406ae 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmUDzeFgYrRmHL2hUB6NZmqcBVQtUzETwmFRUc9onfSSHr", + "hash": "QmUEqyXr97aUbNmQADHYNknjwjjdVpJXEt1UZXmSG81EV4", "name": "go-libp2p", - "version": "6.0.8" + "version": "6.0.12" }, { "author": "hsanjuan", - "hash": "QmcmV4wfniA3HJMpmfeMdnvSxADwN7XGpte1DFiQBi7GN2", + "hash": "QmRJDDAuHz1NbjgSieikJuRDo3TkccSBwxueupn1KYpryo", "name": "go-libp2p-gostream", - "version": "0.0.12" + "version": "0.0.13" } ], "gxVersion": "0.10.0", @@ -25,6 +25,6 @@ "license": "MIT", "name": "go-libp2p-http", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.1.0" + "version": "1.1.1" }