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"