Skip to content

Commit

Permalink
Docs improvement. Version Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jan 21, 2021
1 parent bb51a31 commit bb29eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.6] - 2020/10/01
## [1.1.7] - 2020/10/01

* Docs improvement.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ and uses lots of code from [Simon Lightfoot's infinite_listview](https://pub.dev

*The Flutter packages I've authored:*
* <a href="https://pub.dev/packages/async_redux">async_redux</a>
* <a href="https://pub.dev/packages/fast_immutable_collections">fast_immutable_collections</a>
* <a href="https://pub.dev/packages/provider_for_redux">provider_for_redux</a>
* <a href="https://pub.dev/packages/i18n_extension">i18n_extension</a>
* <a href="https://pub.dev/packages/align_positioned">align_positioned</a>
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: indexed_list_view
description: Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
version: 1.1.5
version: 1.1.7
author: Marcelo Glasberg <[email protected]>
homepage: https://github.com/marcglasberg/indexed_list_view

Expand Down

0 comments on commit bb29eff

Please sign in to comment.