From 589015f30b4a0dfb6c3cb8e60d21f05539340c9b Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Thu, 4 Oct 2018 18:32:48 -0400 Subject: [PATCH] gx publish 0.1.4 --- .gx/lastpubver | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 86a852d..86e4cbc 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.3: QmScZySgru9jaoDa12sSfvh21sWbqF5eXkieTmJzAHJXkQ +0.1.4: Qmdo6Pb5UR6VgYUJqXQb8utSwpfhHHbtkeRec57N3gubxm diff --git a/package.json b/package.json index 6efccf4..65a19fb 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,20 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmeA5hsqgLryvkeyqeQdvGDqurLkYi3XEPLZP3pzuBJXh2", + "hash": "QmX9pw5dSUZ2FozbppcSDJiS7eEh1RFwJNwrbmyLoUMS9x", "name": "go-libp2p-host", - "version": "3.0.10" + "version": "3.0.11" }, { - "hash": "QmVBnJDKhtFXTRVjXKinqpwGu8t1DyNqPKan2iGX8PR8xG", + "hash": "QmQRfifvvbJ8xTKj4KX1VvGWK26hnPiy8eQvW1hmjc82nD", "name": "go-libp2p-routing", - "version": "2.6.2" + "version": "2.6.3" }, { "author": "whyrusleeping", - "hash": "QmfAQMFpgDU2U4BXG64qVr8HSiictfWvkSBz7Y2oDj65st", + "hash": "QmSJ36wcYQyEViJUWUEhJU81tw1KdakTKqLLHbvYbA9zDv", "name": "go-libp2p-peerstore", - "version": "2.0.1" + "version": "2.0.2" }, { "author": "whyrusleeping", @@ -106,6 +106,6 @@ "license": "MIT", "name": "go-ipfs-routing", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.3" + "version": "0.1.4" } -- GitLab