diff --git a/CHANGELOG.md b/CHANGELOG.md index b832573..53bbe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT +# 0.9.0 - feat: add `FlutterDeckSlideSize` to set the slide size for the whole presentation - feat: add flutter deck controls widget diff --git a/pubspec.yaml b/pubspec.yaml index b642f64..38746be 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.8.0 +version: 0.9.0 homepage: https://github.com/mkobuolys/flutter_deck repository: https://github.com/mkobuolys/flutter_deck issue_tracker: https://github.com/mkobuolys/flutter_deck/issues