Skip to content

Commit

Permalink
Step version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
code77se committed Feb 17, 2016
1 parent c7d6ea3 commit 0d0eb51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = '1.0.1'
version = '1.0.2'

android {
compileSdkVersion 23
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 1
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
}
Expand Down

0 comments on commit 0d0eb51

Please sign in to comment.