From f2aa29b4ff0fe884045e2aeeed80efa8bdc4f2f8 Mon Sep 17 00:00:00 2001 From: Mangirdas Kazlauskas Date: Thu, 28 Dec 2023 16:44:45 +0200 Subject: [PATCH] Release v0.10.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a179c1e..bc7a9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.0 +# 0.10.1 - refactor: rework flutter deck controls diff --git a/pubspec.yaml b/pubspec.yaml index 91cea90..14612c6 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.10.0 +version: 0.10.1 homepage: https://github.com/mkobuolys/flutter_deck repository: https://github.com/mkobuolys/flutter_deck issue_tracker: https://github.com/mkobuolys/flutter_deck/issues