Skip to content

Commit

Permalink
Prepare next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 23, 2022
1 parent 874775b commit 076b273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/android/tangram/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

group = 'com.mapzen.tangram'
version = '0.17.1'
version = '0.17.2-SNAPSHOT'

android {
compileSdkVersion 30
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/config.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_definitions(-DTANGRAM_IOS)

set(TANGRAM_FRAMEWORK_VERSION "0.17.1")
set(TANGRAM_FRAMEWORK_VERSION "0.17.2-dev")
set(TANGRAM_BUNDLE_IDENTIFIER "com.mapzen.TangramMap")

### Configure iOS toolchain.
Expand Down

0 comments on commit 076b273

Please sign in to comment.