From 9c86d797e25dca0c8bc4e4adb3b443e9e18c7301 Mon Sep 17 00:00:00 2001 From: "Md. Mahmudul Hasan Shohag" Date: Tue, 11 Jan 2022 01:10:10 +0600 Subject: [PATCH] Lib version and related docs updated --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718aa0c..39f1ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ Change Log ========== -## Version 2.0.5 *(2021-09-30)* 🚀 +## Version 2.0.6 *(2022-01-11)* 🚀 + +* 🐞 Fixed [#72](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/issues/72): Indicator + will now indicate first item after data replace. +* ⬆ Updated deprecated lifecycle code. +* ⬆ Kotlin and other libs upgraded to the latest version. + +## Version 2.0.5 *(2021-09-30)* * 🐞 Fixed [#50](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/issues/50): Fixed a crash when dataset changed. diff --git a/README.md b/README.md index 0cf8ded..bc73b27 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ dependencies { // Circle Indicator (To fix the xml preview "Missing classes" error) implementation 'me.relex:circleindicator:2.1.6' - implementation 'org.imaginativeworld.whynotimagecarousel:whynotimagecarousel:2.0.5' + implementation 'org.imaginativeworld.whynotimagecarousel:whynotimagecarousel:2.0.6' } ``` diff --git a/gradle.properties b/gradle.properties index a1d916e..ee0ec68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ kotlin.code.style=official # ---------------- GROUP=org.imaginativeworld.whynotimagecarousel POM_ARTIFACT_ID=whynotimagecarousel -VERSION_NAME=2.0.5 +VERSION_NAME=2.0.6 # ---------------- POM_NAME=Why Not! Image Carousel! POM_DESCRIPTION=An easy, super simple and customizable image carousel view for Android.