Skip to content

Commit 9ee1603

Browse files
committed
Release 2.2.0
1 parent 6f45541 commit 9ee1603

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* **NEW** operations on descriptors
44
* **BREAKING FOR BLEMULATOR** BLEmulator versions lower than 1.1.0 are not supported from this release
5+
* Support for AndroidX
6+
* Support for Swift 5
7+
* Lower iOS deployment target to 8.0
58

69
## 2.1.0
710

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.polidea.flutter_ble_lib'
2-
version '1.0'
2+
version '2.2.0'
33

44
buildscript {
55
repositories {

ios/flutter_ble_lib.podspec

Lines changed: 1 addition & 1 deletion
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.1.0'
6+
s.version = '2.2.0'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1.0
3+
version: 2.2.0
44
author: "Polidea <[email protected]>"
55
homepage: https://github.com/Polidea/FlutterBleLib
66

0 commit comments

Comments
 (0)