From 2bb3d1dcf446853e6935ff14d80c3e892feab1e9 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Mon, 17 Jun 2024 11:32:47 +0200 Subject: [PATCH] Bump version to 0.10 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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