Skip to content

Commit

Permalink
Change version name.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdsonBueno committed Mar 8, 2021
1 parent 6483bba commit 9837636
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.1

* Fixes code formatting in ListenableListener.
* Updates [sliver_tools](https://pub.dev/packages/sliver_tools) dependency.
* Adds new unit tests.

## 3.0.0

* Promotes null safety to stable release.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0"
version: "3.0.1"
matcher:
dependency: transitive
description:
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: infinite_scroll_pagination
description: Lazily load and display pages of items as the user scrolls down your screen.
version: 3.0.0
version: 3.0.1
homepage: https://github.com/EdsonBueno/infinite_scroll_pagination

environment:
Expand Down

0 comments on commit 9837636

Please sign in to comment.