From c74f0cf3cb2f2fce7d6ddb3f00b7ef548c38bfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Boldizsa=CC=81r?= Date: Fri, 22 Apr 2022 20:22:06 +0300 Subject: [PATCH] Increase library version to v1.0.3 #67 --- deploy.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.gradle b/deploy.gradle index f951262..9def591 100644 --- a/deploy.gradle +++ b/deploy.gradle @@ -2,5 +2,5 @@ // ./gradlew howToPublish ext.libraryGroupId = 'oauth-setup' -ext.libraryVersion = '1.0.2' +ext.libraryVersion = '1.0.3' ext.githubPackagePath = 'halcyonmobile/retrofit-oauth2-helper' \ No newline at end of file