diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a4737..5f22319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.4 - 14/05/2023 + +- Migrated to Flutter 3.10 and Dart 3 + - Resolved [#17](https://github.com/insolite-dev/hidable/issues/17) + # v1.0.3 - 03/09/2022 - Resolved [#10](https://github.com/insolite-dev/hidable/issues/10) diff --git a/pubspec.yaml b/pubspec.yaml index f83732a..003d1e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hidable description: Widget, that can make any static located widget hidable (scroll to hide). -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/insolite-dev/hidable issue_tracker: https://github.com/insolite-dev/hidable/issues documentation: https://github.com/insolite-dev/hidable#readme