Skip to content

Commit ee5a136

Browse files
committed
Prep release 2.1.1
1 parent 4f76b3e commit ee5a136

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 2.1.1
4+
* Changed position to int + fixed sample (Thanks to [PR#24](https://github.com/Pyozer/dots_indicator/pull/24)
5+
36
## 2.1.0
47

58
* Add specific color for each dot, colors/activeColors params added (Thanks to [PR#7](https://github.com/Pyozer/dots_indicator/pull/7))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You just need to add `dots_indicator` as a [dependency in your pubspec.yaml file
88

99
```yaml
1010
dependencies:
11-
dots_indicator: ^2.1.0
11+
dots_indicator: ^2.1.1
1212
```
1313
1414
## Example

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dots_indicator
22
description: Dots indicator to show progression of a PageView for example
3-
version: 2.1.0
3+
version: 2.1.1
44
homepage: https://github.com/pyozer/dots_indicator
55

66
environment:

0 commit comments

Comments
 (0)