Skip to content

Commit

Permalink
Doc updates, bump to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Sep 11, 2019
1 parent bdbbb3c commit b43127b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.1
## 0.6.2
* Add `mtu` and `requestMtu` to BluetoothDevice

## 0.6.0+4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
homepage: https://github.com/pauldemarco/flutter_blue

Expand Down

0 comments on commit b43127b

Please sign in to comment.