From c2ae859f4655d5e0358fae34907dea8437431ecb Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Wed, 24 Jan 2024 14:43:06 +0100 Subject: [PATCH] Update supported platforms. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e551ca3..2682518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.1 + +* Update supported platforms. + ## 0.8.0 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index d81c7f5..ad999b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,16 @@ name: universal_ble description: A cross-platform (Android/iOS/MacOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 0.8.0 +version: 0.8.1 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues +platforms: + android: + ios: + linux: + macos: + web: + windows: environment: sdk: ">=3.1.3 <4.0.0"