From 07559840589c784bd14e7e5240cdab80320f2011 Mon Sep 17 00:00:00 2001 From: Mangirdas Kazlauskas Date: Wed, 20 Dec 2023 18:23:11 +0200 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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