Skip to content

Commit 736a6f4

Browse files
committed
Release 0.9.0
1 parent b4cd422 commit 736a6f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

platforms/android/tangram/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.mapzen.tangram
2-
VERSION_NAME=0.9.0-RC1
2+
VERSION_NAME=0.9.0
33

44
POM_ARTIFACT_ID=tangram
55

platforms/ios/framework/Tangram-es.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'Tangram-es'
4-
s.version = '0.9.0-beta1'
4+
s.version = '0.9.0'
55

66
s.summary = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES.'
77
s.description = 'Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, wrapped with native Cocoa Touch APIs.'
88
s.homepage = 'https://mapzen.com/products/tangram/'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
s.author = { 'Mapzen' => '[email protected]' }
1111
s.social_media_url = 'https://twitter.com/mapzen'
12-
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.7.0/'
12+
s.documentation_url = 'https://mapzen.com/documentation/tangram/ios-framework/0.9.0/'
1313

1414
s.source = {
1515
:http => "http://ios.mapzen.com/tangram-releases/tangram-release-#{s.version}.zip"

toolchains/iOS.framework.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include(${CMAKE_SOURCE_DIR}/toolchains/iOS.toolchain.cmake)
22

3-
set(FRAMEWORK_VERSION "0.9.0-beta1")
3+
set(FRAMEWORK_VERSION "0.9.0")
44

55
set(IOS_TARGET_VERSION "9.3")
66

0 commit comments

Comments
 (0)