Skip to content

Commit 83c82ac

Browse files
author
Łukasz Paczos
committed
[localization] Revert release configuration for 0.6.0
1 parent 5492ca4 commit 83c82ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- deploy:
9797
name: Publish Plugins SDK To Maven Central
9898
command: |
99-
if [ "${CIRCLE_BRANCH}" == "release-localization-0.6.0" ]; then
99+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
100100
make publish ;
101101
fi
102102
- store_artifacts:

plugin-localization/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.6.0
1+
VERSION_NAME=0.7.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-localization
33
POM_NAME=Mapbox Android Localization Plugin
44
POM_DESCRIPTION=Mapbox Android Localization Plugin

0 commit comments

Comments
 (0)