Skip to content

Commit 19e3238

Browse files
committed
Release 0.12.0
1 parent 4fed5d9 commit 19e3238

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/include/tangram/tangram.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#pragma once
77

88
#define TANGRAM_VERSION_MAJOR 0
9-
#define TANGRAM_VERSION_MINOR 11
10-
#define TANGRAM_VERSION_PATCH 2
9+
#define TANGRAM_VERSION_MINOR 12
10+
#define TANGRAM_VERSION_PATCH 0
1111

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

platforms/android/tangram/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.mapzen.tangram
2-
VERSION_NAME=0.11.3-SNAPSHOT
2+
VERSION_NAME=0.12.0
33

44
POM_ARTIFACT_ID=tangram
55

platforms/ios/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_definitions(-DTANGRAM_IOS)
22

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

66
### Configure iOS toolchain.

platforms/ios/framework/Tangram-es.podspec

Lines changed: 1 addition & 1 deletion
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.11.2'
4+
s.version = '0.12.0'
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)