From 9187cc2f1ba7d96d1f3a63dc10b1379c8281a7e5 Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 22 Apr 2020 08:43:02 +0200 Subject: [PATCH] prepare version 2.1.0 --- CHANGELOG.MD | 4 ++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0fbd77dc..fa9c7448 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,7 @@ +## 2.1.0 +* Improve documentation of public API +* Fix for write without response on iOS + ## 2.0.0+1 * Remove unused dependencies from pubspec.yaml * Fix static analysis warning in example app diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 44e56af2..c7b3509e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble_example description: Demonstrates how to use the flutter_reactive_ble plugin. -version: 2.0.0 +version: 2.1.0 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index abb8be77..d0d24601 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble description: Reactive Bluetooth low energy (BLE) plugin that can communicate with multiple devices -version: 2.0.0+1 +version: 2.1.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: