Skip to content

Commit

Permalink
Release 4.5.0 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
osana authored Feb 13, 2019
1 parent 601c97c commit 8dfdbdd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

### v4.5.0 - February 13, 2018
- Directions refresh was not being included in services artifact [#966](https://github.com/mapbox/mapbox-java/pull/966)

### v4.4.0 - February 12, 2018
- Add waypointIndices to MapboxDirections, update MapboxMapMaptching to have waypointIndices instead of waypoints
[#959](https://github.com/mapbox/mapbox-java/pull/959),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
}
dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.5.0-SNAPSHOT'
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.6.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=4.5.0-SNAPSHOT
VERSION_NAME=4.6.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-java
Expand Down
2 changes: 1 addition & 1 deletion services-geojson/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.5.0-SNAPSHOT
VERSION_NAME=4.6.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-geojson
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)
Expand Down
2 changes: 1 addition & 1 deletion services-turf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.5.0-SNAPSHOT
VERSION_NAME=4.6.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-turf
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (Turf support)
Expand Down
2 changes: 1 addition & 1 deletion services/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.5.0-SNAPSHOT
VERSION_NAME=4.6.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-services
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (APIs)
Expand Down

0 comments on commit 8dfdbdd

Please sign in to comment.