Skip to content

Commit 9837636

Browse files
committed
Change version name.
1 parent 6483bba commit 9837636

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.1
2+
3+
* Fixes code formatting in ListenableListener.
4+
* Updates [sliver_tools](https://pub.dev/packages/sliver_tools) dependency.
5+
* Adds new unit tests.
6+
17
## 3.0.0
28

39
* Promotes null safety to stable release.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "3.0.0"
139+
version: "3.0.1"
140140
matcher:
141141
dependency: transitive
142142
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: infinite_scroll_pagination
22
description: Lazily load and display pages of items as the user scrolls down your screen.
3-
version: 3.0.0
3+
version: 3.0.1
44
homepage: https://github.com/EdsonBueno/infinite_scroll_pagination
55

66
environment:

0 commit comments

Comments
 (0)