Skip to content

Commit

Permalink
Revert Changes
Browse files Browse the repository at this point in the history
- revert changes
  • Loading branch information
electrostat committed Apr 16, 2018
1 parent a07c9ac commit f932fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- deploy:
name: Publish to Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "3.0.1-release" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make publish ;
fi
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion libcore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-core
POM_NAME=Mapbox Android Core Library
POM_DESCRIPTION=Mapbox Android Core Library
Expand Down
2 changes: 1 addition & 1 deletion libtelemetry/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.0.1
VERSION_NAME=4.0.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-telemetry
POM_NAME=Mapbox Android Telemetry Library
POM_DESCRIPTION=Mapbox Android Telemetry Library
Expand Down

0 comments on commit f932fb8

Please sign in to comment.