gx publish 0.6.2
This commit is contained in:
parent
7202d8da36
commit
8961e4ef38
|
@ -1 +1 @@
|
|||
0.6.1: QmfJB3xnvaoHcB5Qy3w9AnpwZf6bx5WMmTc7n5U59zbpth
|
||||
0.6.2: QmaUewj1HPiCX5mjNHmevQiNWr4eeAn7HBfHcGVbRyafdo
|
||||
|
|
61
package.json
61
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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue