From 3b0463a8bbbb3a3164593a93eeff5465d0b79360 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Tue, 18 Dec 2018 17:18:05 -0500 Subject: [PATCH] Release 0.10.1 --- core/include/tangram/tangram.h | 2 +- platforms/android/tangram/gradle.properties | 2 +- platforms/ios/config.cmake | 2 +- platforms/ios/framework/Tangram-es.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/include/tangram/tangram.h b/core/include/tangram/tangram.h index 7a44c132d8..67ff57a5a3 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 10 -#define TANGRAM_VERSION_PATCH 0 +#define TANGRAM_VERSION_PATCH 1 #include "data/clientGeoJsonSource.h" #include "data/properties.h" diff --git a/platforms/android/tangram/gradle.properties b/platforms/android/tangram/gradle.properties index a55db08c7d..141f9f12f3 100644 --- a/platforms/android/tangram/gradle.properties +++ b/platforms/android/tangram/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.mapzen.tangram -VERSION_NAME=0.10.1-SNAPSHOT +VERSION_NAME=0.10.1 POM_ARTIFACT_ID=tangram diff --git a/platforms/ios/config.cmake b/platforms/ios/config.cmake index bcb3a7620f..861d93c1dd 100644 --- a/platforms/ios/config.cmake +++ b/platforms/ios/config.cmake @@ -1,6 +1,6 @@ add_definitions(-DTANGRAM_IOS) -set(TANGRAM_FRAMEWORK_VERSION "0.10.1-dev") +set(TANGRAM_FRAMEWORK_VERSION "0.10.1") ### Configure iOS toolchain. set(IOS TRUE) diff --git a/platforms/ios/framework/Tangram-es.podspec b/platforms/ios/framework/Tangram-es.podspec index 4c0ec69644..0aba065862 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.10.0' + s.version = '0.10.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.'