Skip to content

Commit

Permalink
Bump version to 3.1.3
Browse files Browse the repository at this point in the history
I am aggravated because I messed up releasing 3.1.2-support and I am unable to force a rebuild on JitPack.
  • Loading branch information
addisonElliott committed Apr 7, 2019
1 parent f3880a8 commit da30f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.compileSdkVersion
versionCode 5
versionName "3.1.2"
versionCode 6
versionName "3.1.3"
}

buildTypes {
Expand Down

0 comments on commit da30f7d

Please sign in to comment.