From b9fb1d413744ac7fd7e72743750da84d3f3b9afe Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 30 Mar 2018 15:08:26 -0700 Subject: [PATCH] gx publish 2.1.6 --- .gx/lastpubver | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 400eb6d..1b18188 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -2.1.5: QmSwZMWwFZSUpe5muU2xgTUwppH24KfMwdPXiwbEp2c6G5 +2.1.6: QmYJ3st4ZBibtmecPq9VkX3Xn2DGcJfJru7Mzd9U3VUfzE diff --git a/package.json b/package.json index 00f1294..dc0be36 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmXfkENeeBvh3zYA51MaSdGUdBjhQ99cP5WQe8zgr6wchG", + "hash": "QmRQX1yaPQFynWkByKcQTPpy3uC21oXZ5X32KEcLZnefz8", "name": "go-libp2p-net", - "version": "2.0.5" + "version": "2.0.6" }, { "author": "whyrusleeping", @@ -75,9 +75,9 @@ }, { "author": "whyrusleeping", - "hash": "QmdeBtQGXjSt7cb97nx9JyLHHv5va2LyEAue7Q5tDFzpLy", + "hash": "QmQQ5w7hFHcYdU2uUgCCW9Mvi6DzvbnwGERy3vLpsTBq7c", "name": "go-libp2p-metrics", - "version": "2.0.4" + "version": "2.0.5" }, { "author": "whyrusleeping", @@ -174,6 +174,6 @@ "license": "MIT", "name": "go-libp2p-swarm", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "2.1.5" + "version": "2.1.6" } -- GitLab