Skip to content

Commit

Permalink
Release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Feb 1, 2021
1 parent 06bbf0e commit 5888801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/include/tangram/tangram.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define TANGRAM_VERSION_MAJOR 0
#define TANGRAM_VERSION_MINOR 14
#define TANGRAM_VERSION_PATCH 0
#define TANGRAM_VERSION_PATCH 1

#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.1-SNAPSHOT
VERSION_NAME=0.14.1

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.1-dev")
set(TANGRAM_FRAMEWORK_VERSION "0.14.1")
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.0'
s.version = '0.14.1'

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 5888801

Please sign in to comment.