Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 19, 2020
1 parent 4fed5d9 commit 19e3238
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/include/tangram/tangram.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#pragma once

#define TANGRAM_VERSION_MAJOR 0
#define TANGRAM_VERSION_MINOR 11
#define TANGRAM_VERSION_PATCH 2
#define TANGRAM_VERSION_MINOR 12
#define TANGRAM_VERSION_PATCH 0

#include "data/clientDataSource.h"
#include "data/properties.h"
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/tangram/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.mapzen.tangram
VERSION_NAME=0.11.3-SNAPSHOT
VERSION_NAME=0.12.0

POM_ARTIFACT_ID=tangram

Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/config.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_definitions(-DTANGRAM_IOS)

set(TANGRAM_FRAMEWORK_VERSION "0.11.3-dev")
set(TANGRAM_FRAMEWORK_VERSION "0.12.0")
set(TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap")

### Configure iOS toolchain.
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/framework/Tangram-es.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Tangram-es'
s.version = '0.11.2'
s.version = '0.12.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.'
Expand Down

0 comments on commit 19e3238

Please sign in to comment.