Skip to content

Commit

Permalink
Merge pull request #93 from PhilipsHue/bump-version-240
Browse files Browse the repository at this point in the history
prepare version 2.4.0
  • Loading branch information
remonh87 authored Jul 28, 2020
2 parents 4768323 + d1882cf commit d224ff9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.0
* Fix device list layout in the example app
* Prefer `CBAdvertisementDataLocalName` over `peripheral.name` on iOS
* Add consistent debug logging for both iOS and Android

## 2.3.0
* Increase test coverage and improved architecture
* Fix for #73 scanForDevices stream should emit error
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.2.0"
version: "2.4.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble_example
description: Demonstrates how to use the flutter_reactive_ble plugin.
version: 2.3.0
version: 2.4.0
publish_to: 'none'

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble
description: Reactive Bluetooth low energy (BLE) plugin that can communicate with multiple devices
version: 2.3.0
version: 2.4.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

0 comments on commit d224ff9

Please sign in to comment.