Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
* Add `allowDuplicates` option to `startScan`.
* Fix performance issue with GUID initializers.
  • Loading branch information
pauldemarco committed Apr 20, 2020
1 parent fbad7d1 commit 63a1002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.2
* Add `allowDuplicates` option to `startScan`.
* Fix performance issue with GUID initializers.

## 0.7.1+1
* Fix for FlutterBlue constructor when running on emulator.
* Return error when attempting to `discoverServices` while not connected.
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.7.1+1
version: 0.7.2
author: Paul DeMarco <[email protected]>
homepage: https://github.com/pauldemarco/flutter_blue

Expand Down

0 comments on commit 63a1002

Please sign in to comment.