diff --git a/CHANGELOG.md b/CHANGELOG.md index 912324b0..5805195a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.1 + +* Update Podfile to support latest Flutter version + ## 2.5.0 * Add service discovery operation diff --git a/example/pubspec.lock b/example/pubspec.lock index 139cb6a6..460f3db0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -82,7 +82,7 @@ packages: path: ".." relative: true source: path - version: "2.5.0" + version: "2.5.1" flutter_test: dependency: "direct dev" description: flutter diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9436716f..77f1020c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble_example description: Demonstrates how to use the flutter_reactive_ble plugin. -version: 2.5.0 +version: 2.5.1 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index 0bb3782f..db844ed3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices -version: 2.5.0 +version: 2.5.1 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: