Skip to content

Commit ed09470

Browse files
authored
Merge pull request multiformats#9 from libp2p/gx/update-kque0y
Gx public 0.1.20
2 parents e78edd6 + 23d8ba4 commit ed09470

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.19: QmbrgvQMRBhWJtG9pjerPb3V9xb3JzCDR6m1tp6J44iynL
1+
0.1.20: QmPbKqnriyf7c2Kr5NHR2tw52SkWqdb1uHxLWT3h3qBmeS

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo: false
77
language: go
88

99
go:
10-
- 1.9.x
10+
- 1.11.x
1111

1212
install:
1313
- make deps

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"gxDependencies": [
1010
{
1111
"author": "Stebalien",
12-
"hash": "QmbNjbKRJKbek3jPV6rpbGEtrZd84cDxjpBtsiGYa9Z5Do",
12+
"hash": "QmbyjEKtxXmZdiByBiNhfayzEuEPPBvuD2dLpHky8cHUvy",
1313
"name": "go-conn-security",
14-
"version": "0.1.19"
14+
"version": "0.1.20"
1515
},
1616
{
1717
"author": "whyrusleeping",
@@ -27,9 +27,9 @@
2727
},
2828
{
2929
"author": "whyrusleeping",
30-
"hash": "QmZJ5hXLAz8vrZ4cw4EFk355pqMuxWTZQ5Hs2xhYGjdvGr",
30+
"hash": "QmdQx4ZhKGdv9TvpCFpMxFzjTQFHRmFqjBxkRVwzT1JNes",
3131
"name": "go-libp2p-transport",
32-
"version": "3.0.18"
32+
"version": "3.0.19"
3333
},
3434
{
3535
"author": "libp2p",
@@ -74,9 +74,9 @@
7474
},
7575
{
7676
"author": "whyrusleeping",
77-
"hash": "QmRKbEchaYADxSCyyjhDh4cTrUby8ftXUb8MRLBTHQYupw",
77+
"hash": "QmenvQQy4bFGSiHJUGupVmCRHfetg5rH3vTp9Z2f6v2KXR",
7878
"name": "go-libp2p-net",
79-
"version": "3.0.19"
79+
"version": "3.0.20"
8080
},
8181
{
8282
"author": "onsi",
@@ -96,6 +96,6 @@
9696
"license": "",
9797
"name": "go-libp2p-transport-upgrader",
9898
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
99-
"version": "0.1.19"
99+
"version": "0.1.20"
100100
}
101101

0 commit comments

Comments
 (0)