Skip to content

Commit

Permalink
Bump version to 2.2.7
Browse files Browse the repository at this point in the history
Updated changelog.
  • Loading branch information
dariuszseweryn committed Jul 17, 2020
1 parent f4051db commit 8d97bf5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.7

* Minor code style fixes. Adjusted device connection state monitoring.

## 2.2.6

* Fixed scan quick failures not being reported to the listener (race condition in scanning_mixin.dart)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.polidea.flutter_ble_lib'
version '2.2.6'
version '2.2.7'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_ble_lib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_ble_lib'
s.version = '2.2.6'
s.version = '2.2.7'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
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_ble_lib
description: FlutterBle Library is a flutter library that supports BLE operations. It uses MultiPlatformBleAdapter as a native backend..
version: 2.2.6
version: 2.2.7
homepage: https://github.com/Polidea/FlutterBleLib

environment:
Expand Down

0 comments on commit 8d97bf5

Please sign in to comment.