diff --git a/core/include/tangram/tangram.h b/core/include/tangram/tangram.h index eb81532766..ef70a34143 100644 --- a/core/include/tangram/tangram.h +++ b/core/include/tangram/tangram.h @@ -7,7 +7,7 @@ #define TANGRAM_VERSION_MAJOR 0 #define TANGRAM_VERSION_MINOR 17 -#define TANGRAM_VERSION_PATCH 0 +#define TANGRAM_VERSION_PATCH 1 #include "data/clientDataSource.h" #include "data/properties.h" diff --git a/platforms/android/tangram/build.gradle b/platforms/android/tangram/build.gradle index f7809b12ac..a302d066f4 100644 --- a/platforms/android/tangram/build.gradle +++ b/platforms/android/tangram/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' group = 'com.mapzen.tangram' -version = '0.17.1-SNAPSHOT' +version = '0.17.1' android { compileSdkVersion 30 diff --git a/platforms/ios/config.cmake b/platforms/ios/config.cmake index c1855f4dba..cbfd7c272b 100644 --- a/platforms/ios/config.cmake +++ b/platforms/ios/config.cmake @@ -1,6 +1,6 @@ add_definitions(-DTANGRAM_IOS) -set(TANGRAM_FRAMEWORK_VERSION "0.17.1-dev") +set(TANGRAM_FRAMEWORK_VERSION "0.17.1") set(TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap") ### Configure iOS toolchain. diff --git a/platforms/ios/framework/Tangram-es.podspec b/platforms/ios/framework/Tangram-es.podspec index caf3cc6d5a..245ca12864 100644 --- a/platforms/ios/framework/Tangram-es.podspec +++ b/platforms/ios/framework/Tangram-es.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Tangram-es' - s.version = '0.17.0' + s.version = '0.17.1' s.summary = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES.' s.description = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, wrapped with native Cocoa Touch APIs.'