diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee4548..5b73143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.0.0-dev.3 +## 4.0.1 - **CustomRefreshIndicator**: - Removed deprecated parameters: *indicatorCancelDuration*, *indicatorSettleDuration*, *indicatorFinalizeDuration* and *completeStateDuration* .If you are still using them, switch to the *duration* parameter. - Improved handling of indicator controller changes. diff --git a/example/pubspec.lock b/example/pubspec.lock index 18217c0..f98bc63 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -47,7 +47,7 @@ packages: path: ".." relative: true source: path - version: "4.0.0" + version: "4.0.1" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7db5b0e..14ab044 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: custom_refresh_indicator description: Widget that makes it easy to implement a custom pull to refresh gesture. -version: 4.0.0 +version: 4.0.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