Skip to content

Commit 65abb34

Browse files
committed
Revert release branch / update change log
1 parent 007dea9 commit 65abb34

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v0.6.1 - September 28, 2017
6+
* Telemetry Updates
7+
58
### v0.6.0 - September 21, 2017
69
* First iteration of the Navigation UI
710
* Optimized Navigation features which were causing slowdowns on long steps - [219](https://github.com/mapbox/mapbox-navigation-android/pull/219)

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}" == "release-v0.6.1" ]; then
106+
if [ "${CIRCLE_BRANCH}" == "master" ]; 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.6.1
2+
VERSION_NAME=0.7.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

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

0 commit comments

Comments
 (0)