From 4dadd0cb4a1870c972f1bc7dca85a64e8340aba5 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Sat, 13 Mar 2021 20:48:11 -0500 Subject: [PATCH] Release 0.15.0 --- core/include/tangram/tangram.h | 4 ++-- platforms/android/tangram/gradle.properties | 2 +- platforms/ios/config.cmake | 2 +- platforms/ios/framework/Tangram-es.podspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/include/tangram/tangram.h b/core/include/tangram/tangram.h index b10594c69b..f0a769ceb5 100644 --- a/core/include/tangram/tangram.h +++ b/core/include/tangram/tangram.h @@ -6,8 +6,8 @@ #pragma once #define TANGRAM_VERSION_MAJOR 0 -#define TANGRAM_VERSION_MINOR 14 -#define TANGRAM_VERSION_PATCH 2 +#define TANGRAM_VERSION_MINOR 15 +#define TANGRAM_VERSION_PATCH 0 #include "data/clientDataSource.h" #include "data/properties.h" diff --git a/platforms/android/tangram/gradle.properties b/platforms/android/tangram/gradle.properties index 4642fc0b62..011f486033 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.3-SNAPSHOT +VERSION_NAME=0.15.0 POM_ARTIFACT_ID=tangram diff --git a/platforms/ios/config.cmake b/platforms/ios/config.cmake index fc1d179f68..d51a3c9526 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.3-dev") +set(TANGRAM_FRAMEWORK_VERSION "0.15.0") 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 8a452082b4..5815ed5c47 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.14.2' + s.version = '0.15.0' 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.'