diff --git a/README.md b/README.md index d54e5be..6945b30 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It lives at https://github.com/BeksOmega/looping-layout. Add the dependency to your build.gradle file. ```groovy dependencies { - implementation 'com.github.beksomega:loopinglayout:0.4.1' + implementation 'com.github.beksomega:loopinglayout:0.5.0' } ``` diff --git a/library/build.gradle b/library/build.gradle index 39eb067..f85bc25 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -30,7 +30,7 @@ dependencies { ext { PUBLISH_GROUP_ID = 'com.github.beksomega' - PUBLISH_VERSION = '0.4.1' + PUBLISH_VERSION = '0.5.0' PUBLISH_ARTIFACT_ID = 'loopinglayout' }