diff --git a/platforms/android/tangram/gradle.properties b/platforms/android/tangram/gradle.properties index fb019a53c5..35a8e0a051 100644 --- a/platforms/android/tangram/gradle.properties +++ b/platforms/android/tangram/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.mapzen.tangram -VERSION_NAME=0.9.0-RC1 +VERSION_NAME=0.9.0 POM_ARTIFACT_ID=tangram diff --git a/platforms/ios/framework/Tangram-es.podspec b/platforms/ios/framework/Tangram-es.podspec index 40c9b689a6..4623299c1b 100644 --- a/platforms/ios/framework/Tangram-es.podspec +++ b/platforms/ios/framework/Tangram-es.podspec @@ -1,7 +1,7 @@ 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.' @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Mapzen' => 'ios-support@mapzen.com' } 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" diff --git a/toolchains/iOS.framework.cmake b/toolchains/iOS.framework.cmake index d938f10aff..003dac3903 100644 --- a/toolchains/iOS.framework.cmake +++ b/toolchains/iOS.framework.cmake @@ -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")