Skip to content

Commit

Permalink
Prepare bugfix release 1.2.1 (Tangram 0.4.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgreb committed Dec 16, 2016
1 parent c9b4dd6 commit 3996e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version=1.2.0
version=1.2.1

POM_ARTIFACT_ID=mapzen-android-sdk
POM_NAME=Mapzen Android SDK
POM_PACKAGING=aar

GROUP=com.mapzen
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1

POM_DESCRIPTION=Unified SDK for Mapzen tools and services on Android.

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

ext.tangram_version = "0.4.6"
ext.tangram_version = "0.4.8"

apply plugin: 'com.android.library'
apply plugin: 'checkstyle'
Expand Down

0 comments on commit 3996e6a

Please sign in to comment.