We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631e6ca commit d23f2cdCopy full SHA for d23f2cd
android/build.gradle
@@ -1,5 +1,5 @@
1
group 'com.polidea.flutter_ble_lib'
2
-version '2.2.5'
+version '2.2.6'
3
4
buildscript {
5
repositories {
ios/flutter_ble_lib.podspec
@@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_ble_lib'
6
- s.version = '2.2.5'
+ s.version = '2.2.6'
7
s.summary = 'A new flutter plugin project.'
8
s.description = <<-DESC
9
A new flutter plugin project.
pubspec.yaml
@@ -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.5
+version: 2.2.6
homepage: https://github.com/Polidea/FlutterBleLib
environment:
0 commit comments