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"