diff --git a/README.md b/README.md index 1652af1..4143a9a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ allprojects { Add the dependency ```Groovy dependencies { - implementation 'com.github.GwonHyeok:StickySwitch:0.0.15' + implementation 'com.github.GwonHyeok:StickySwitch:0.0.16' } ``` diff --git a/stickyswitch/build.gradle b/stickyswitch/build.gradle index 4d68995..115f208 100644 --- a/stickyswitch/build.gradle +++ b/stickyswitch/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 15 targetSdkVersion 29 versionCode 1 - versionName "0.0.15" + versionName "0.0.16" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -46,7 +46,7 @@ publish { userOrg = 'ghyeok' groupId = 'io.ghyeok.lib' artifactId = 'sticky-switch' - publishVersion = '0.0.15' + publishVersion = '0.0.16' desc = 'Sticky Switch' website = 'https://github.com/GwonHyeok/StickySwitch' issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'