diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd4ba7..1950799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.1.2] - 18.06.2022 + +* Documentation improvements + ## [5.1.1] - 28.05.2022 * Support older sdk versions diff --git a/README.md b/README.md index 3cd454a..e72b600 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A flutter `ListView` in which list items can be grouped to sections. Add the package to your pubspec.yaml: ```yaml - grouped_list: ^5.1.1 + grouped_list: ^5.1.2 ``` In your dart file, import the library: diff --git a/example/pubspec.lock b/example/pubspec.lock index 8c1041b..7eae9d7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "5.1.1" + version: "5.1.2" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 96f6d0e..5c7357d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grouped_list description: A Flutter ListView where the list items can be grouped into sections. -version: 5.1.1 +version: 5.1.2 homepage: https://begnis.dev repository: https://github.com/Dimibe/grouped_list