Skip to content

Commit

Permalink
revert release configuration for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos authored and Łukasz Paczos committed Apr 16, 2019
1 parent e55a827 commit 92fc568
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 @@ -77,7 +77,7 @@ jobs:
- deploy:
name: Publish to Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "release-v0.4.1" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make publish ;
fi
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.4.1
VERSION_NAME=0.5.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-gestures
POM_NAME=Mapbox Android Gestures Library
POM_DESCRIPTION=Mapbox Android Gestures Library
Expand Down

0 comments on commit 92fc568

Please sign in to comment.