Skip to content

Commit

Permalink
Lib version and related docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaginativeShohag committed Jan 10, 2022
1 parent 4a4f037 commit 9c86d79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c86d79

Please sign in to comment.