Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Jun 24, 2020
1 parent 821d596 commit 2806c99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.0] - 23.06.2020

* Initial release

## [0.1.1] - 24.06.2020

* Add example
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A ListView with sticky headers in which list items can be grouped to sections. B
Add the package to your pubspec.yaml:

```yaml
sticky_ grouped_list: ^0.1.0
sticky_ grouped_list: ^0.1.1
```
In your dart file, import the library:
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: sticky_grouped_list
description: A ScrollablePositionedList where the list items can be grouped into sections.
version: 0.1.0
version: 0.1.1
homepage: https://begnis.dev
repository: https://github.com/Dimibe/sticky_grouped_list

Expand Down

0 comments on commit 2806c99

Please sign in to comment.