Skip to content

Commit 168e376

Browse files
committed
Release 0.9.3
1 parent 7409743 commit 168e376

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 9
10-
#define TANGRAM_VERSION_PATCH 2
10+
#define TANGRAM_VERSION_PATCH 3
1111

1212
#include "data/clientGeoJsonSource.h"
1313
#include "data/properties.h"

platforms/android/tangram/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.mapzen.tangram
2-
VERSION_NAME=0.9.2-SNAPSHOT
2+
VERSION_NAME=0.9.3
33

44
POM_ARTIFACT_ID=tangram
55

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.9.2-dev'
4+
s.version = '0.9.3'
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.'

toolchains/iOS.framework.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include(${CMAKE_SOURCE_DIR}/toolchains/iOS.toolchain.cmake)
22

3-
set(FRAMEWORK_VERSION "0.9.2-dev")
3+
set(FRAMEWORK_VERSION "0.9.3")
44

55
set(IOS_TARGET_VERSION "9.3")
66

0 commit comments

Comments
 (0)