Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Mar 14, 2021
1 parent 4a865f7 commit 4dadd0c
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 14
#define TANGRAM_VERSION_PATCH 2
#define TANGRAM_VERSION_MINOR 15
#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.14.3-SNAPSHOT
VERSION_NAME=0.15.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.14.3-dev")
set(TANGRAM_FRAMEWORK_VERSION "0.15.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.14.2'
s.version = '0.15.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 4dadd0c

Please sign in to comment.