From f9282e7fcbcdc6f397d6bf99209c1673906d9015 Mon Sep 17 00:00:00 2001 From: Anton Hadutski Date: Mon, 22 Apr 2019 23:48:53 +0700 Subject: [PATCH] update version code --- progressbutton/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progressbutton/build.gradle b/progressbutton/build.gradle index 05beee6..fabfc18 100644 --- a/progressbutton/build.gradle +++ b/progressbutton/build.gradle @@ -39,7 +39,7 @@ publish { repoName = 'maven' groupId = 'com.github.razir.progressbutton' artifactId = 'progressbutton' - publishVersion = '1.0.0' + publishVersion = '1.0.1' desc = 'ProgressButton gives the ability to add a progress bar to your button without adjusting a layout' website = 'https://github.com/razir/ProgressButton' } \ No newline at end of file