Skip to content

Commit

Permalink
Bump to v3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed May 28, 2024
1 parent b0d3d48 commit 22f94c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,9 @@
* Fix type checking assertions of arguments
* Add missing call to `connect` in Android plugin
* Add instruction on resolving `js` dependency conflict in README

## 3.5.2

* Some MiFare Classic fixes by @knthm:
* allow authentication of sector 0 (#157)
* fix data type check in `writeBlock` (#161)
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.1"
version: "3.5.2"
flutter_test:
dependency: "direct dev"
description: flutter
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_nfc_kit
description: Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
version: 3.5.1
version: 3.5.2
homepage: "https://github.com/nfcim/flutter_nfc_kit"

environment:
Expand Down

0 comments on commit 22f94c3

Please sign in to comment.