From e12de92f45a8ee1d1236610c57511bc425c46508 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 12 Oct 2018 16:02:01 +0100 Subject: [PATCH] gx publish 1.1.9 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 2789bbc..6207a94 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.1.8: QmTpkot96hyfLmj4mkWh62e7F2wY1RRWd7oe6MEY5FZyhV +1.1.9: QmXBT58TaD2CJThpHy4xkxC1xsW4hXWBGZuKMepwjuzJ5B diff --git a/package.json b/package.json index af1963b..c1cf38b 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmcmNfbQznhk66ipFiaRHmZU8DVpvDKFfHrRo9q5wsHzZP", + "hash": "QmPL3AKtiaQyYpchZceXBZhZ3MSnoGqJvLZrc7fzDTTQdJ", "name": "go-libp2p", - "version": "6.0.18" + "version": "6.0.19" }, { "author": "hsanjuan", @@ -191,6 +191,6 @@ "license": "", "name": "go-bitswap", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.1.8" + "version": "1.1.9" } -- GitLab