From 1fa4d8d4c7dfe5c42e351ab5cf8d10d14b9aff59 Mon Sep 17 00:00:00 2001 From: Jonas Greifenhain Date: Tue, 12 Nov 2024 11:45:54 +0100 Subject: [PATCH] Bump version to `0.0.5`, add supported platforms --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 10 +++++++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d2eff..2fb576c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,7 @@ Added compatibility with flutter web. ## 0.0.4 Extend pipeline to use Flutter. + +## 0.0.5 + +README updates (example web app) and add supported platforms. diff --git a/example/pubspec.lock b/example/pubspec.lock index 8768b5a..f7f2e1d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -206,7 +206,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.5" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4f7f098..ad256fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,16 @@ name: open_earable_flutter description: This package provides functionality for interacting with OpenEarable devices. Control LED colors, control audio, and access raw sensor data. -version: 0.0.4 +version: 0.0.5 repository: https://github.com/OpenEarable/open_earable_flutter/tree/main +platforms: + android: + ios: + linux: + macos: + web: + windows: + environment: sdk: '>=3.4.0 <4.0.0' flutter: ">=2.8.0"