From 7eaa87decaf720dd2b48d79895074537882bc0d6 Mon Sep 17 00:00:00 2001 From: Denis Beketsky Date: Mon, 19 Apr 2021 00:17:32 +0300 Subject: [PATCH] bump version, release notes --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ce647..2838045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.1] - 2021-04-19 + +- implement missing dry layout calculation + ## [4.0.0] - 2021-03-01 - stable null-safety release diff --git a/pubspec.yaml b/pubspec.yaml index 71af8ce..8bcdb2c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: >- Can be customized or with config options or with override. -version: 4.0.0 +version: 4.0.1 homepage: https://github.com/TatsuUkraine/flutter_sticky_infinite_list repository: https://github.com/TatsuUkraine/flutter_sticky_infinite_list issue_tracker: https://github.com/TatsuUkraine/flutter_sticky_infinite_list/issues