Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Nov 30, 2017
1 parent b4cd422 commit 736a6f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.9.0-RC1
VERSION_NAME=0.9.0

POM_ARTIFACT_ID=tangram

Expand Down
4 changes: 2 additions & 2 deletions platforms/ios/framework/Tangram-es.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = 'Tangram-es'
s.version = '0.9.0-beta1'
s.version = '0.9.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.'
s.homepage = 'https://mapzen.com/products/tangram/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Mapzen' => '[email protected]' }
s.social_media_url = 'https://twitter.com/mapzen'
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.7.0/'
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.9.0/'

s.source = {
:http => "http://ios.mapzen.com/tangram-releases/tangram-release-#{s.version}.zip"
Expand Down
2 changes: 1 addition & 1 deletion toolchains/iOS.framework.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(${CMAKE_SOURCE_DIR}/toolchains/iOS.toolchain.cmake)

set(FRAMEWORK_VERSION "0.9.0-beta1")
set(FRAMEWORK_VERSION "0.9.0")

set(IOS_TARGET_VERSION "9.3")

Expand Down

0 comments on commit 736a6f4

Please sign in to comment.