File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88#define TANGRAM_VERSION_MAJOR 0
99#define TANGRAM_VERSION_MINOR 17
10- #define TANGRAM_VERSION_PATCH 0
10+ #define TANGRAM_VERSION_PATCH 1
1111
1212#include "data/clientDataSource.h"
1313#include "data/properties.h"
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33group = ' com.mapzen.tangram'
4- version = ' 0.17.1-SNAPSHOT '
4+ version = ' 0.17.1'
55
66android {
77 compileSdkVersion 30
Original file line number Diff line number Diff line change 11add_definitions (-DTANGRAM_IOS)
22
3- set (TANGRAM_FRAMEWORK_VERSION "0.17.1-dev " )
3+ set (TANGRAM_FRAMEWORK_VERSION "0.17.1" )
44set (TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap" )
55
66### Configure iOS toolchain.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = 'Tangram-es'
4- s . version = '0.17.0 '
4+ s . version = '0.17.1 '
55
66 s . summary = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES.'
77 s . description = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, wrapped with native Cocoa Touch APIs.'
You can’t perform that action at this time.
0 commit comments