Skip to content

Commit 8d97bf5

Browse files
Bump version to 2.2.7
Updated changelog.
1 parent f4051db commit 8d97bf5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.7
2+
3+
* Minor code style fixes. Adjusted device connection state monitoring.
4+
15
## 2.2.6
26

37
* Fixed scan quick failures not being reported to the listener (race condition in scanning_mixin.dart)

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.polidea.flutter_ble_lib'
2-
version '2.2.6'
2+
version '2.2.7'
33

44
buildscript {
55
repositories {

ios/flutter_ble_lib.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_ble_lib'
6-
s.version = '2.2.6'
6+
s.version = '2.2.7'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_ble_lib
22
description: FlutterBle Library is a flutter library that supports BLE operations. It uses MultiPlatformBleAdapter as a native backend..
3-
version: 2.2.6
3+
version: 2.2.7
44
homepage: https://github.com/Polidea/FlutterBleLib
55

66
environment:

0 commit comments

Comments
 (0)