Skip to content

Commit e6086db

Browse files
author
Nextmv Bot
committed
Bump version to v1.0.3
1 parent 7d52274 commit e6086db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.3-dev.0
1+
v1.0.3

route/google/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
replace github.com/nextmv-io/sdk => ../../.
66

77
require (
8-
github.com/nextmv-io/sdk v1.0.3-dev.0
8+
github.com/nextmv-io/sdk v1.0.3
99
googlemaps.github.io/maps v1.4.0
1010
)
1111

route/here/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.
66

77
require (
88
github.com/google/go-cmp v0.5.6
9-
github.com/nextmv-io/sdk v1.0.3-dev.0
9+
github.com/nextmv-io/sdk v1.0.3
1010
)
1111

1212
require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

route/osrm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ replace github.com/nextmv-io/sdk => ../../.
77
require (
88
go.uber.org/mock v0.3.0
99
github.com/hashicorp/golang-lru v0.5.4
10-
github.com/nextmv-io/sdk v1.0.3-dev.0
10+
github.com/nextmv-io/sdk v1.0.3
1111
github.com/twpayne/go-polyline v1.1.1
1212
)

route/routingkit/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
77
require (
88
github.com/dgraph-io/ristretto v0.1.1
99
github.com/nextmv-io/go-routingkit v0.1.18
10-
github.com/nextmv-io/sdk v1.0.3-dev.0
10+
github.com/nextmv-io/sdk v1.0.3
1111
github.com/twpayne/go-polyline v1.1.1
1212
)
1313

0 commit comments

Comments
 (0)