From 79ed5af70d65e1eaae42486cc56257e8c13cfbfa Mon Sep 17 00:00:00 2001 From: Vasiliy Zukanov Date: Thu, 23 Aug 2018 12:41:11 +0300 Subject: [PATCH] Bumping version for new release (0.8.2) --- threadposter/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadposter/build.gradle b/threadposter/build.gradle index 15b2d74..b4c5c46 100755 --- a/threadposter/build.gradle +++ b/threadposter/build.gradle @@ -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' @@ -36,7 +36,7 @@ android { minSdkVersion 16 targetSdkVersion 28 versionCode 3 - versionName "0.8.1" + versionName "0.8.2" } buildTypes { release {