Skip to content

Commit

Permalink
Release 0.9.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Nov 18, 2017
1 parent d2be01e commit f555cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.2-SNAPSHOT
VERSION_NAME=0.9.0-RC1

POM_ARTIFACT_ID=tangram

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.8.2-dev'
s.version = '0.9.0-beta1'

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
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.8.2-dev")
set(FRAMEWORK_VERSION "0.9.0-beta1")

set(IOS_TARGET_VERSION "9.3")

Expand Down

0 comments on commit f555cde

Please sign in to comment.