Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Jul 26, 2023
1 parent c129565 commit 55bacfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

## 1.12.0
* android: remove permissions from plugin. It is easier for user to specify everything
* dart: fix scan could be initiated twice causing bad state
* dart: fix: read & write mutexs must always come from the MutexFactory to properly prevent race conditions

## 1.11.8
* android/iOS: fix: setLogLevel, getAdapterState, getAdapterName returning error when adapter not available

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_blue_plus
description: Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, and MacOS.
version: 1.11.8
version: 1.12.0
homepage: https://github.com/boskokg/flutter_blue_plus

environment:
Expand Down

0 comments on commit 55bacfe

Please sign in to comment.