Skip to content

Commit

Permalink
Release updates for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
danesfeder committed Dec 15, 2017
1 parent 8aa843a commit 423259d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- deploy:
name: Publish Navigation SDK To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "release-0.8.0-beta.1" ]; then
make publish ;
fi
- store_artifacts:
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=0.7.2-SNAPSHOT
VERSION_NAME=0.8.0-beta.1
GROUP=com.mapbox.mapboxsdk

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

0 comments on commit 423259d

Please sign in to comment.