Skip to content

Commit 01e5e21

Browse files
committed
bump next version to 2.1.0-SNAPSHOT
1 parent bfe4473 commit 01e5e21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mapbox/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
// Last number is 0 for a SNAPSHOT, 1 for a release
3-
MasVersionCode = 2 * 1000 + 0 * 100 + 0 * 10 + 1
4-
MasVersionName = "2.0.0"
3+
MasVersionCode = 2 * 1000 + 1 * 100 + 0 * 10 + 0
4+
MasVersionName = "2.1.0-SNAPSHOT"
55

66
minSdkVersion = 15
77
targetSdkVersion = 25

mapbox/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=2.0.0
2+
VERSION_NAME=2.1.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-java

0 commit comments

Comments
 (0)