diff --git a/README.md b/README.md index f996455..d9c88c5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ allprojects { Add the dependency ```Groovy dependencies { - compile 'com.github.GwonHyeok:StickySwitch:0.0.7' + compile 'com.github.GwonHyeok:StickySwitch:0.0.8' } ``` diff --git a/stickyswitch/build.gradle b/stickyswitch/build.gradle index c60648e..89ecd57 100644 --- a/stickyswitch/build.gradle +++ b/stickyswitch/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 15 targetSdkVersion 25 versionCode 1 - versionName "0.0.7" + versionName "0.0.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -45,7 +45,7 @@ publish { userOrg = 'ghyeok' groupId = 'io.ghyeok.lib' artifactId = 'sticky-switch' - publishVersion = '0.0.7' + publishVersion = '0.0.8' desc = 'Sticky Switch' website = 'https://github.com/GwonHyeok/StickySwitch' issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'