From aefde382f6412dfc6c140222d01712805b7c1bf2 Mon Sep 17 00:00:00 2001 From: Mangirdas Kazlauskas Date: Sat, 24 Feb 2024 17:44:45 +0200 Subject: [PATCH] Release v0.11.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea56d9f..ef33b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT +# 0.11.1 - fix: hot reload doesn't work on macOS diff --git a/pubspec.yaml b/pubspec.yaml index 31b9b47..99b9e1c 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.11.0 +version: 0.11.1 homepage: https://github.com/mkobuolys/flutter_deck repository: https://github.com/mkobuolys/flutter_deck issue_tracker: https://github.com/mkobuolys/flutter_deck/issues