Skip to content

Commit d70cf3b

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
revert release configuration for v0.4.0
1 parent 4cbad1d commit d70cf3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- deploy:
7878
name: Publish to Maven Central
7979
command: |
80-
if [ "${CIRCLE_BRANCH}" == "release-v0.4.0" ]; then
80+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
8181
make publish ;
8282
fi
8383
- store_artifacts:

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.4.0
1+
VERSION_NAME=0.5.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-gestures
33
POM_NAME=Mapbox Android Gestures Library
44
POM_DESCRIPTION=Mapbox Android Gestures Library

0 commit comments

Comments
 (0)