From 8961e4ef38ae5c9973f4aa68cdf873fe82ad0ad5 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Fri, 30 Sep 2016 16:29:23 -0700 Subject: [PATCH] gx publish 0.6.2 --- .gx/lastpubver | 2 +- package.json | 61 +++++++++++++++++++++++++------------------------- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index aba6d66..0976216 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.6.1: QmfJB3xnvaoHcB5Qy3w9AnpwZf6bx5WMmTc7n5U59zbpth +0.6.2: QmaUewj1HPiCX5mjNHmevQiNWr4eeAn7HBfHcGVbRyafdo diff --git a/package.json b/package.json index d2f2a38..9052f73 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,36 @@ { - "author": "whyrusleeping", - "bugs": { - "url": "https://github.com/libp2p/go-floodsub" - }, - "gx": { - "dvcsimport": "github.com/libp2p/go-floodsub" - }, - "gxDependencies": [ - { - "author": "whyrusleeping", - "hash": "QmUuwQUJmtvC6ReYcu7xaYKEUM3pD46H18dFn3LBhVt2Di", - "name": "go-libp2p", - "version": "3.5.2" + "author": "whyrusleeping", + "bugs": { + "url": "https://github.com/libp2p/go-floodsub" }, - { - "author": "whyrusleeping", - "hash": "QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV", - "name": "gogo-protobuf", - "version": "0.0.0" + "gx": { + "dvcsimport": "github.com/libp2p/go-floodsub" }, - { - "author": "whyrusleeping", - "hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b", - "name": "timecache", - "version": "1.0.0" - } - ], - "gxVersion": "0.9.0", - "language": "go", - "license": "", - "name": "floodsub", - "version": "0.6.1" + "gxDependencies": [ + { + "author": "whyrusleeping", + "hash": "QmbiRCGZqhfcSjnm9icGz3oNQQdPLAnLWnKHXixaEWXVCN", + "name": "go-libp2p", + "version": "3.5.4" + }, + { + "author": "whyrusleeping", + "hash": "QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV", + "name": "gogo-protobuf", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b", + "name": "timecache", + "version": "1.0.0" + } + ], + "gxVersion": "0.9.0", + "language": "go", + "license": "", + "name": "floodsub", + "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", + "version": "0.6.2" }