diff --git a/platforms/android/tangram/gradle.properties b/platforms/android/tangram/gradle.properties index 91ac0a9e1a..2540b994c2 100644 --- a/platforms/android/tangram/gradle.properties +++ b/platforms/android/tangram/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.mapzen.tangram -VERSION_NAME=0.14.0 +VERSION_NAME=0.14.1-SNAPSHOT POM_ARTIFACT_ID=tangram diff --git a/platforms/ios/config.cmake b/platforms/ios/config.cmake index 186abb7d24..38e972e47f 100644 --- a/platforms/ios/config.cmake +++ b/platforms/ios/config.cmake @@ -1,6 +1,6 @@ add_definitions(-DTANGRAM_IOS) -set(TANGRAM_FRAMEWORK_VERSION "0.14.0") +set(TANGRAM_FRAMEWORK_VERSION "0.14.1-dev") set(TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap") ### Configure iOS toolchain.