Skip to content

Commit

Permalink
Merge pull request #16 from libp2p/gx/update-kque0y
Browse files Browse the repository at this point in the history
gx publish 0.5.7
  • Loading branch information
hannahhoward authored Nov 11, 2018
2 parents c89b757 + 0061601 commit 49aaeee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.6: QmYcT5nKL223v6h2ABFBErjmuEx7kPMtNskFu5twieLWCg
0.5.7: QmV1Z5sZeGL1yy4aKheYgByb4vpaiHrDiwewcH3Sq4YVrZ
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go

go:
- 1.9.x
- 1.11.x

install:
- make deps
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
{
"author": "jbenet",
"hash": "QmaRb5yNXKonhbkpNxNawoydk4N6es6b4fPj19sjEKsh5D",
"hash": "Qmf4xQhNomPNhrtZc67qSnfJSjxjXs9LWvknJtSXwimPrM",
"name": "go-datastore",
"version": "3.4.0"
"version": "3.4.1"
},
{
"author": "hsanjuan",
"hash": "QmaHSUAhuf9WG3mzJUd1fLDsQGvjsaQdUE7w5cZncz9AcB",
"hash": "QmauEMWPoSqggfpSDHMMXuDn12DTd7TaFBvn39eeurzKT2",
"name": "go-ipfs-ds-help",
"version": "0.1.4"
"version": "0.1.5"
},
{
"author": "whyrusleeping",
Expand All @@ -36,56 +36,56 @@
},
{
"author": "whyrusleeping",
"hash": "QmVzYgadebqVb6iCVvjGfgZ7HB9zoCnDgBjMqFLD5aMrFX",
"hash": "QmWnd4JYBouYJMuW9Gt5a5hFpW2whwgAaxyxBWKXZXzVgy",
"name": "go-libp2p-blankhost",
"version": "0.3.18"
"version": "0.3.19"
},
{
"author": "whyrusleeping",
"hash": "QmVrjR2KMe57y4YyfHdYa3yKD278gN8W7CTiqSuYmxjA7F",
"hash": "QmahxMNoNuSsgQefo9rkpcfRFmQrMN6Q99aztKXf63K7YJ",
"name": "go-libp2p-host",
"version": "3.0.18"
"version": "3.0.19"
},
{
"author": "whyrusleeping",
"hash": "QmUymf8fJtideyv3z727BcZUifGBjMZMpCJqu3Gxk5aRUk",
"hash": "QmQAGG1zxfePqj2t7bLxyN8AFccZ889DDR9Gn8kVLDrGZo",
"name": "go-libp2p-peerstore",
"version": "2.0.10"
"version": "2.0.11"
},
{
"hash": "QmSoeYGNm8v8jAF49hX7UwHwkXjoeobSrn9sya5NPPsxXP",
"name": "go-libp2p-record",
"version": "4.1.11"
},
{
"hash": "QmYyg3UnyiQubxjs4uhKixPxR7eeKrhJ5Vyz6Et4Tet18B",
"hash": "QmZBH87CAPFHcc7cYmBqeSQ98zQ3SX9KUxiYgzPmLWNVKz",
"name": "go-libp2p-routing",
"version": "2.7.4"
"version": "2.7.5"
},
{
"author": "Stebalien",
"hash": "QmU9B7WP7VpMeqy94ziNTdZJR5vyZCYjaUWit2D4wQVJzM",
"hash": "QmTCSuGSboWbTtyZpTgzoR6tytKy48x5XUpFuXTCM69zuE",
"name": "go-libp2p-routing-helpers",
"version": "0.3.11"
"version": "0.3.12"
},
{
"author": "whyrusleeping",
"hash": "QmcYC4ayKi7bq8xecEZxHVEuTL6HREZWTTErrSRd1S3Spz",
"hash": "QmQrYHkcGprZBUFnRigeiZFkaFDBHtmRhDdPpSiiUTRNwv",
"name": "go-libp2p-swarm",
"version": "3.0.25"
"version": "3.0.26"
},
{
"author": "whyrusleeping",
"hash": "QmdQmRSSAGmZvBcbETygeTbsqLLn4k69ELvTxVbEiZxGmA",
"hash": "Qmc3BYVGtLs8y3p4uVpARWyo3Xk2oCBFF1AhYUVMPWgwUK",
"name": "go-libp2p-pubsub",
"version": "0.11.6"
"version": "0.11.7"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "",
"name": "go-libp2p-pubsub-router",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.5.6"
"version": "0.5.7"
}

0 comments on commit 49aaeee

Please sign in to comment.