Skip to content

Commit a3d8d9c

Browse files
committed
gx publish 1.1.2
1 parent 4842948 commit a3d8d9c

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1: QmeLQ13LftT9XhNn22piZc3GP56fGqhijuL5Y8KdUaRn1g
1+
1.1.2: QmQkdkvXE4oKXAcLZK5d7Zc6xvyukQc8WVjX7QvxDJ7hJj

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"gxDependencies": [
88
{
99
"author": "whyrusleeping",
10-
"hash": "QmYzDkkgAEmrcNzFCiYo6L1dTX4EAG1gZkbtdbd9trL4vd",
10+
"hash": "QmUAQaWbKxGCUTuoQVvvicbQNZ9APF5pDGWyAZSe93AtKH",
1111
"name": "go-multiaddr",
12-
"version": "0.0.0"
12+
"version": "1.1.2"
1313
}
1414
],
1515
"gxVersion": "0.6.0",
@@ -18,5 +18,7 @@
1818
"language": "go",
1919
"license": "",
2020
"name": "mafmt",
21-
"version": "1.1.1"
22-
}
21+
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
22+
"version": "1.1.2"
23+
}
24+

patterns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package mafmt
33
import (
44
"strings"
55

6-
ma "github.com/jbenet/go-multiaddr"
6+
ma "github.com/multiformats/go-multiaddr"
77
)
88

99
// Define IP as either ipv4 or ipv6

patterns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package mafmt
33
import (
44
"testing"
55

6-
ma "github.com/jbenet/go-multiaddr"
6+
ma "github.com/multiformats/go-multiaddr"
77
)
88

99
func assertMatches(t *testing.T, p Pattern, args ...[]string) {

0 commit comments

Comments
 (0)