diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5282c..ea58dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.12 +## 0.10.0 * BREAKING CHANGE: `ScanResult` is now `BleDevice` * BREAKING CHANGE: `getConnectedDevices` is now `getSystemDevices` * BREAKING CHANGE: `isPaired` is now nullable diff --git a/pubspec.yaml b/pubspec.yaml index 0f68d63..8183bc4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: universal_ble description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 0.9.12 +version: 0.10.0 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues