Skip to content

Commit

Permalink
Step version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
code77se committed Feb 22, 2016
1 parent bb0240f commit eca4605
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.2'
version = '1.0.3'

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

0 comments on commit eca4605

Please sign in to comment.