diff --git a/CHANGELOG.md b/CHANGELOG.md index daad697..0189600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,7 @@ ## [0.1.1] - 24.06.2020 * Add example + +## [0.1.2] - 26.06.2020 + +* Refactor example \ No newline at end of file diff --git a/README.md b/README.md index 4dfa8ff..fca2c50 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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.1 + sticky_ grouped_list: ^0.1.2 ``` In your dart file, import the library: diff --git a/example/pubspec.lock b/example/pubspec.lock index 731bba7..53e1e9f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -141,7 +141,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" stream_channel: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cc3b51b..e1bf8c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sticky_grouped_list description: A ScrollablePositionedList where the list items can be grouped into sections. -version: 0.1.1 +version: 0.1.2 homepage: https://begnis.dev repository: https://github.com/Dimibe/sticky_grouped_list