From d9b679a2b85d603060b922576ed453f3763ca18e Mon Sep 17 00:00:00 2001 From: Remon Date: Mon, 11 May 2020 08:02:26 +0200 Subject: [PATCH] prepare version 2.2.0 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f40d86a..e2ab35d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 +* Upgrade dependencies +* Bump min Dart sdk version to 2.7 + ## 2.1.0 * Improve documentation of public API * Fix for write without response on iOS diff --git a/example/pubspec.lock b/example/pubspec.lock index 756e1ffd..be34be43 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -82,7 +82,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "2.2.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b8aaabea..c4204ccb 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.1.0 +version: 2.2.0 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index eea768de..6cf17d42 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.1.0 +version: 2.2.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: