diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa85a6..9e7acb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +- fix machine control point parameters not working + ## 1.0.2 - fix control point not working diff --git a/README.md b/README.md index 458a7bf..5abab6f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ After completing the `flutter_blue_plus` setup, you can add the following depend ```yaml dependencies: - flutter_ftms: 1.0.2 + flutter_ftms: 1.1.0 ``` Then, run `flutter pub get` to install the package. diff --git a/example/pubspec.lock b/example/pubspec.lock index 70ec236..9c2e34f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -76,7 +76,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.1.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 54a2b57..33882d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_ftms description: A Flutter package that allows you to connect to FTMS (Fitness Machine Service) devices via Bluetooth Low Energy (BLE). -version: 1.0.2 +version: 1.1.0 repository: https://github.com/Malte2036/flutter_ftms topics: - ftms