diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad4160..311dd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT +# 0.7.0 - feat: add an optional custom widget to the footer - feat: support for gradient progress indicator diff --git a/pubspec.yaml b/pubspec.yaml index b337174..1968190 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_deck description: A lightweight, customizable, and easy-to-use framework to create presentations in Flutter. -version: 0.6.1 +version: 0.7.0 homepage: https://github.com/mkobuolys/flutter_deck repository: https://github.com/mkobuolys/flutter_deck issue_tracker: https://github.com/mkobuolys/flutter_deck/issues