diff --git a/README.md b/README.md index 69bec34c..0bccf48b 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This SDK uses the following libraries as dependencies: ## Installation ### Gradle ```groovy -implementation "com.ifttt:connect-button:2.0.0" +implementation "com.ifttt:connect-button:2.0.1" ``` ## Usage diff --git a/connect-button/build.gradle b/connect-button/build.gradle index a3466a39..f3e99c27 100755 --- a/connect-button/build.gradle +++ b/connect-button/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 4 - versionName "2.0.0" + versionCode 5 + versionName "2.0.1" } buildTypes { diff --git a/connect-button/publish.gradle b/connect-button/publish.gradle index ad3ce194..e5549ccb 100644 --- a/connect-button/publish.gradle +++ b/connect-button/publish.gradle @@ -15,7 +15,7 @@ ext { siteUrl = 'https://github.com/IFTTT/ConnectSDK-Android' gitUrl = 'https://github.com/IFTTT/ConnectSDK-Android.git' - libraryVersion = '2.0.0' + libraryVersion = '2.0.1' developerId = 'lzanita09' developerName = 'Zhe Lu'