Skip to content

Commit 510ac3c

Browse files
Release 2.0.1
1 parent 1d449c5 commit 510ac3c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/flutter_blue_plus/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.1
2+
* **[Fix]** allow calling `connect(autoConnect:true)` even when the adapter is turned off
3+
14
## 2.0.0
25
* **[LICENSE]** switch to FlutterBluePlus license.
36

packages/flutter_blue_plus/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue_plus
22
description: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices.
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://github.com/chipweinberger/flutter_blue_plus
55

66
environment:
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
# use specific versions.
14-
# - users otherwise forget to update all
13+
# use specific versions. why?
14+
# - users forget to update all the packages
1515
# - simpler bug reporting
1616
# - unified changelog
1717
# - users can still manually override

0 commit comments

Comments
 (0)