From e1e97b6796eb95a0cdd835391879d9eb73b79b75 Mon Sep 17 00:00:00 2001 From: nambh Date: Tue, 29 Mar 2022 10:49:05 +0700 Subject: [PATCH] upgrade version to 0.2.3 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dad8a..49ac4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.3 +* Fix for "show presentation" wrong index + ## 0.2.2 *gradle updated & and example proguard rule added diff --git a/pubspec.yaml b/pubspec.yaml index a3a997c..e51f61b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: presentation_displays description: Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless homepage: https://github.com/VNAPNIC/presentation-displays -version: 0.2.2 +version: 0.2.3 environment: sdk: ">=2.12.0 <3.0.0"