Skip to content

Commit

Permalink
Merge pull request ipfs#205 from libp2p/gx/update-kque0y
Browse files Browse the repository at this point in the history
gx publish 4.4.16
  • Loading branch information
hannahhoward authored Nov 10, 2018
2 parents b579e03 + 6dec7d6 commit 5c9bb4b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.15: QmadRyQYRn64xHb5HKy2jRFp2Der643Cgo7NEjFgs4MX2k
4.4.16: QmQsw6Nq2A345PqChdtbWVoYbSno7uqRDHwYmYpbPHmZNc
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- IPFS_REUSEPORT=false

go:
- 1.9.x
- 1.11.x

install:
- make deps
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
{
"author": "jbenet",
"hash": "QmaRb5yNXKonhbkpNxNawoydk4N6es6b4fPj19sjEKsh5D",
"hash": "Qmf4xQhNomPNhrtZc67qSnfJSjxjXs9LWvknJtSXwimPrM",
"name": "go-datastore",
"version": "3.4.0"
"version": "3.4.1"
},
{
"author": "hashicorp",
Expand All @@ -54,9 +54,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmUymf8fJtideyv3z727BcZUifGBjMZMpCJqu3Gxk5aRUk",
"hash": "QmQAGG1zxfePqj2t7bLxyN8AFccZ889DDR9Gn8kVLDrGZo",
"name": "go-libp2p-peerstore",
"version": "2.0.10"
"version": "2.0.11"
},
{
"author": "whyrusleeping",
Expand All @@ -78,15 +78,15 @@
},
{
"author": "whyrusleeping",
"hash": "QmansJx3ck3d2wFppgBFSfkvK1oFC6PU6hfvmoxpZekAYG",
"hash": "QmXjtHE9qLp328PGkWhvEp2bqiewMSFvjas9bktfmc7ka8",
"name": "go-libp2p-kbucket",
"version": "2.2.15"
"version": "2.2.16"
},
{
"author": "whyrusleeping",
"hash": "QmYyg3UnyiQubxjs4uhKixPxR7eeKrhJ5Vyz6Et4Tet18B",
"hash": "QmZBH87CAPFHcc7cYmBqeSQ98zQ3SX9KUxiYgzPmLWNVKz",
"name": "go-libp2p-routing",
"version": "2.7.4"
"version": "2.7.5"
},
{
"author": "whyrusleeping",
Expand All @@ -108,21 +108,21 @@
},
{
"author": "whyrusleeping",
"hash": "QmVrjR2KMe57y4YyfHdYa3yKD278gN8W7CTiqSuYmxjA7F",
"hash": "QmahxMNoNuSsgQefo9rkpcfRFmQrMN6Q99aztKXf63K7YJ",
"name": "go-libp2p-host",
"version": "3.0.18"
"version": "3.0.19"
},
{
"author": "whyrusleeping",
"hash": "QmXnpYYg2onGLXVxM4Q5PEFcx29k8zeJQkPeLAk9h9naxg",
"hash": "QmVvV8JQmmqPCwXAaesWJPheUiEFQJ9HWRhWhuFuxVQxpR",
"name": "go-libp2p",
"version": "6.0.26"
"version": "6.0.27"
},
{
"author": "whyrusleeping",
"hash": "QmRKbEchaYADxSCyyjhDh4cTrUby8ftXUb8MRLBTHQYupw",
"hash": "QmenvQQy4bFGSiHJUGupVmCRHfetg5rH3vTp9Z2f6v2KXR",
"name": "go-libp2p-net",
"version": "3.0.19"
"version": "3.0.20"
},
{
"author": "whyrusleeping",
Expand Down Expand Up @@ -156,16 +156,16 @@
},
{
"author": "whyrusleeping",
"hash": "QmcYC4ayKi7bq8xecEZxHVEuTL6HREZWTTErrSRd1S3Spz",
"hash": "QmQrYHkcGprZBUFnRigeiZFkaFDBHtmRhDdPpSiiUTRNwv",
"name": "go-libp2p-swarm",
"version": "3.0.25"
"version": "3.0.26"
}
],
"gxVersion": "0.4.0",
"language": "go",
"license": "MIT",
"name": "go-libp2p-kad-dht",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "4.4.15"
"version": "4.4.16"
}

0 comments on commit 5c9bb4b

Please sign in to comment.