diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9adc6..cdf2ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 2.1.1 +* Changed position to int + fixed sample (Thanks to [PR#24](https://github.com/Pyozer/dots_indicator/pull/24) + ## 2.1.0 * Add specific color for each dot, colors/activeColors params added (Thanks to [PR#7](https://github.com/Pyozer/dots_indicator/pull/7)) diff --git a/README.md b/README.md index 34b323f..5e83c66 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You just need to add `dots_indicator` as a [dependency in your pubspec.yaml file ```yaml dependencies: - dots_indicator: ^2.1.0 + dots_indicator: ^2.1.1 ``` ## Example diff --git a/pubspec.yaml b/pubspec.yaml index 3751fcc..f62aa48 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dots_indicator description: Dots indicator to show progression of a PageView for example -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/pyozer/dots_indicator environment: