From 8dab9fc8f7d4d9fff81ef338822ac8a7f1c0cfdb Mon Sep 17 00:00:00 2001 From: Paul DeMarco Date: Wed, 7 Mar 2018 04:10:29 -0500 Subject: [PATCH] CHANGELOG and prepping for pub release --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06f4861..37101553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.0 +* iOS support added +* Bug fixed in example causing discoverServices to be called multiple times +* Various other bug fixes + ## 0.2.4 * **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in diff --git a/pubspec.yaml b/pubspec.yaml index 6d9609b7..6601e56e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_blue description: Bluetooth plugin for Flutter -version: 0.2.4 +version: 0.3.0 author: Paul DeMarco homepage: https://github.com/pauldemarco/flutter_blue