Skip to content

Commit

Permalink
🔖 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Mar 17, 2024
1 parent b6963fb commit cb42e66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- fix machine control point parameters not working

## 1.0.2

- fix control point 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.0.2
flutter_ftms: 1.1.0
```
Then, run `flutter pub get` to install the package.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.1.0"
flutter_lints:
dependency: "direct dev"
description:
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.0.2
version: 1.1.0
repository: https://github.com/Malte2036/flutter_ftms
topics:
- ftms
Expand Down

0 comments on commit cb42e66

Please sign in to comment.