Skip to content

Commit

Permalink
Bumping version for new release (0.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
techyourchance committed Aug 23, 2018
1 parent cc47120 commit 79ed5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threadposter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {

publishedGroupId = 'com.techyourchance.threadposter'
artifact = 'threadposter'
libraryVersion = '0.8.1'
libraryVersion = '0.8.2'

libraryDescription = 'Unit testable threading abstraction for Android'

Expand All @@ -36,7 +36,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 3
versionName "0.8.1"
versionName "0.8.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 79ed5af

Please sign in to comment.