Skip to content

Commit

Permalink
🔖 Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Mar 22, 2024
1 parent 57003f7 commit 8bf0715
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.1

- fix bluetooth service uuid not parsed correctly
- upgrade flutter version to >=3.16.0

## 1.1.0

- fix machine control point parameters not working
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ After completing the `flutter_blue_plus` setup, you can add the following depend

```yaml
dependencies:
flutter_ftms: 1.1.0
flutter_ftms: 1.1.1
```
Then, run `flutter pub get` to install the package.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1.0
version: 1.1.1
repository: https://github.com/Malte2036/flutter_ftms
topics:
- ftms
Expand Down

0 comments on commit 8bf0715

Please sign in to comment.