Skip to content

Commit

Permalink
chore: set package version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuit committed Jul 5, 2024
1 parent 21a10be commit 3ca6e2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.1
- Fix:
- Fixed *durations* parameter of *CustomRefreshIndicator* widget. Reported by [@jccd1996](https://github.com/jccd1996) in [#58](https://github.com/gonuit/flutter-custom-refresh-indicator/issues/58).
## 3.1.0
- Experimental:
- Added `ClampingWithOverscrollPhysics` scroll physics, that together with indicator controller allows handling overscroll correctly.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "3.1.1"
fake_async:
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: custom_refresh_indicator
description: Widget that makes it easy to implement a custom pull to refresh gesture.
version: 3.1.0
version: 3.1.1
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues
homepage: https://github.com/gonuit/flutter-custom-refresh-indicator
Expand Down

0 comments on commit 3ca6e2a

Please sign in to comment.