Skip to content

Commit 007dea9

Browse files
committed
0.6.1 Release
1 parent 39a040f commit 007dea9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- deploy:
104104
name: Publish Navigation SDK To Maven Central
105105
command: |
106-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
106+
if [ "${CIRCLE_BRANCH}" == "release-v0.6.1" ]; then
107107
make publish ;
108108
fi
109109
- store_artifacts:

navigation/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=0.7.0-SNAPSHOT
2+
VERSION_NAME=0.6.1
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-navigation-android

0 commit comments

Comments
 (0)