Skip to content

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 6, 2021
1 parent cba5d06 commit 79bb4ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ build/

doc
pubspec.lock
!example/pubspec.lock

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@

* Fix inappropriate non-null type in fields of `NFCTag` (#43)

## Unreleased
## 3.2.0

* Add `makeNdefReadOnly` (#53, thanks to @timnew)
* Avoid NFC API calls to block the main thread on Android (#54, thanks to @cyberbobs)
* Bump dependencies of Android plugin and example App (esp. Kotlin 1.6.0)
* Exclude example app in published version to reduce package size

1 change: 1 addition & 0 deletions example/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "3.2.0"
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 and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
version: 3.1.0
version: 3.2.0
homepage: "https://github.com/nfcim/flutter_nfc_kit"

environment:
Expand Down

0 comments on commit 79bb4ab

Please sign in to comment.