Skip to content

Commit

Permalink
release of v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Sep 28, 2022
1 parent 043dc17 commit 4d46408
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.1.1
* [iOS] Fixed build for iOS.

## 5.1.0
* [Android] Fixed an issue which caused the callback to fail.
* [Android] Upgraded Nordic DFU Library to version 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please see the example app for more information.

## 4.0.0 Breaking changes!
From version 4.0.0, the NordicDfu class uses a Singleton.
If you are comming from an older version, you have to change the notation from NordicDfu.startDfu() to NordicDfu().startDfu().
If you are coming from an older version, you have to change the notation from NordicDfu.startDfu() to NordicDfu().startDfu().


Fork from [flutter_nordic_dfu](https://pub.dev/packages/flutter_nordic_dfu) and updated with latest dependencies.
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: nordic_dfu
description: This library allows you to do a Device Firmware Update (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor. Fork of flutter-nordic-dfu.
version: 5.1.0
version: 5.1.1
homepage: https://github.com/juliansteenbakker/nordic_dfu

environment:
Expand Down

0 comments on commit 4d46408

Please sign in to comment.