Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 18, 2018
1 parent 06863e1 commit 3b0463a
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 10
#define TANGRAM_VERSION_PATCH 0
#define TANGRAM_VERSION_PATCH 1

#include "data/clientGeoJsonSource.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.10.1-SNAPSHOT
VERSION_NAME=0.10.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.10.1-dev")
set(TANGRAM_FRAMEWORK_VERSION "0.10.1")

### Configure iOS toolchain.
set(IOS TRUE)
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.10.0'
s.version = '0.10.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 3b0463a

Please sign in to comment.