From 8de45e5679547a9ea6ec4452f8b9c58360c9662e Mon Sep 17 00:00:00 2001 From: lcodecore Date: Fri, 7 Apr 2017 07:09:44 +0800 Subject: [PATCH] update to v1.07 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index d9301fc..3ff351a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,7 +5,7 @@ publish{ userOrg = 'lcodecorex' groupId = 'com.lcodecorex' artifactId = 'tkrefreshlayout' - publishVersion = '1.0.7-beta' + publishVersion = '1.0.7' website = 'https://github.com/lcodecorex/TwinklingRefreshLayout/' }