Skip to content

Commit

Permalink
Prep release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed May 5, 2023
1 parent 4f76b3e commit ee5a136
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ee5a136

Please sign in to comment.