Skip to content

Commit

Permalink
Bump version to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Jul 6, 2020
1 parent 631e6ca commit d23f2cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5'
version '2.2.6'

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.5'
s.version = '2.2.6'
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.5
version: 2.2.6
homepage: https://github.com/Polidea/FlutterBleLib

environment:
Expand Down

0 comments on commit d23f2cd

Please sign in to comment.