Skip to content

Commit

Permalink
Release 0.8.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Aug 5, 2017
1 parent bc9a9f5 commit 2309bb0
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.0-RC1
VERSION_NAME=0.8.0-RC2

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.0-beta1'
s.version = '0.8.0-beta2'

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.0-beta1")
set(FRAMEWORK_VERSION "0.8.0-beta2")

message(STATUS "Build for iOS archs " ${IOS_ARCH})

Expand Down

0 comments on commit 2309bb0

Please sign in to comment.