Skip to content

Commit 874775b

Browse files
committed
Release 0.17.1
1 parent 22009a5 commit 874775b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/include/tangram/tangram.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"

platforms/android/tangram/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = 'com.mapzen.tangram'
4-
version = '0.17.1-SNAPSHOT'
4+
version = '0.17.1'
55

66
android {
77
compileSdkVersion 30

platforms/ios/config.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_definitions(-DTANGRAM_IOS)
22

3-
set(TANGRAM_FRAMEWORK_VERSION "0.17.1-dev")
3+
set(TANGRAM_FRAMEWORK_VERSION "0.17.1")
44
set(TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap")
55

66
### Configure iOS toolchain.

platforms/ios/framework/Tangram-es.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::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.'

0 commit comments

Comments
 (0)