Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from libp2p/gx/update-oizg9y
Browse files Browse the repository at this point in the history
gx publish 1.0.3
  • Loading branch information
hannahhoward authored Nov 10, 2018
2 parents e37e937 + 2fd9971 commit c09caf7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2: QmU2XQcwPxikg1jZqDBMFgLQVan7zjT2HtQWrWui3vbUVS
1.0.3: QmYdJ7pcu5fbwBeiue9TPaNie3QwPaGsh6sPzZiz9gMgLQ
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo: false
language: go

go:
- 1.9.x
- 1.11.x

install:
- make deps
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmVrjR2KMe57y4YyfHdYa3yKD278gN8W7CTiqSuYmxjA7F",
"hash": "QmahxMNoNuSsgQefo9rkpcfRFmQrMN6Q99aztKXf63K7YJ",
"name": "go-libp2p-host",
"version": "3.0.18"
"version": "3.0.19"
},
{
"author": "whyrusleeping",
"hash": "QmRKbEchaYADxSCyyjhDh4cTrUby8ftXUb8MRLBTHQYupw",
"hash": "QmenvQQy4bFGSiHJUGupVmCRHfetg5rH3vTp9Z2f6v2KXR",
"name": "go-libp2p-net",
"version": "3.0.19"
"version": "3.0.20"
},
{
"author": "whyrusleeping",
Expand All @@ -25,9 +25,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmUymf8fJtideyv3z727BcZUifGBjMZMpCJqu3Gxk5aRUk",
"hash": "QmQAGG1zxfePqj2t7bLxyN8AFccZ889DDR9Gn8kVLDrGZo",
"name": "go-libp2p-peerstore",
"version": "2.0.10"
"version": "2.0.11"
},
{
"hash": "QmcuXC5cxs79ro2cUuHs4HQ2bkDLJUYokwL8aivcX6HW3C",
Expand All @@ -36,15 +36,15 @@
},
{
"author": "whyrusleeping",
"hash": "QmVzYgadebqVb6iCVvjGfgZ7HB9zoCnDgBjMqFLD5aMrFX",
"hash": "QmWnd4JYBouYJMuW9Gt5a5hFpW2whwgAaxyxBWKXZXzVgy",
"name": "go-libp2p-blankhost",
"version": "0.3.18"
"version": "0.3.19"
},
{
"author": "whyrusleeping",
"hash": "QmcYC4ayKi7bq8xecEZxHVEuTL6HREZWTTErrSRd1S3Spz",
"hash": "QmQrYHkcGprZBUFnRigeiZFkaFDBHtmRhDdPpSiiUTRNwv",
"name": "go-libp2p-swarm",
"version": "3.0.25"
"version": "3.0.26"
},
{
"author": "whyrusleeping",
Expand All @@ -64,5 +64,6 @@
"license": "",
"name": "go-libp2p-autonat",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.0.2"
"version": "1.0.3"
}

0 comments on commit c09caf7

Please sign in to comment.