From b43127bedca75d2fdfa30948f319a7204966a51d Mon Sep 17 00:00:00 2001 From: Paul DeMarco Date: Wed, 11 Sep 2019 00:00:00 -0400 Subject: [PATCH] Doc updates, bump to 0.6.2. --- CHANGELOG.md | 2 +- README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a019533..1db26244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.1 +## 0.6.2 * Add `mtu` and `requestMtu` to BluetoothDevice ## 0.6.0+4 diff --git a/README.md b/README.md index 46cee25c..ba1ab7a3 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ await device.requestMtu(512); | discoverServices | :white_check_mark: | :white_check_mark: | Discovers services offered by the remote device as well as their characteristics and descriptors. | | services | :white_check_mark: | :white_check_mark: | Gets a list of services. Requires that discoverServices() has completed. | | state | :white_check_mark: | :white_check_mark: | Stream of state changes for the Bluetooth Device. | -| mtu | :white_check_mark: | | Stream of mtu size changes. | -| requestMtu | :white_check_mark: | | Request to change the MTU for the device. | +| mtu | :white_check_mark: | :white_check_mark: | Stream of mtu size changes. | +| requestMtu | :white_check_mark: | :white_check_mark: | Request to change the MTU for the device. | ### BluetoothCharacteristic API | | Android | iOS | Description | diff --git a/pubspec.yaml b/pubspec.yaml index 6b682fd4..4ab3ee70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_blue description: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS -version: 0.6.1 +version: 0.6.2 author: Paul DeMarco homepage: https://github.com/pauldemarco/flutter_blue