From 2da64f9112cb01be6847cc7b45809cfa8995c547 Mon Sep 17 00:00:00 2001 From: Chip Weinberger Date: Thu, 30 Nov 2023 12:29:39 -0600 Subject: [PATCH] Release 1.29.11 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a667a84..77e95522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.29.11 +* **[Fix]** android: `remoteId` was wrong (regression in 1.29.10) + ## 1.29.10 * **[Fix]** android: `isNotifying` was not updated (regression in 1.28.5) * **[Improve]** accidentally logging 'canceling connection in progress' every time diff --git a/pubspec.yaml b/pubspec.yaml index a42466a0..4340916b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.29.10 +version: 1.29.11 homepage: https://github.com/boskokg/flutter_blue_plus environment: