Skip to content

Commit b4befb1

Browse files
committed
bump to 3.6.0
1 parent d082a65 commit b4befb1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@
177177
* allow authentication of sector 0 (#157)
178178
* fix data type check in `writeBlock` (#161)
179179

180-
## 3.6.0-rc.6
181-
182-
This is a release candidate for 3.6.0. Please test it and report any issues.
180+
## 3.6.0
183181

184182
* Requires Dart 3.6+ and Flutter 3.24+
185183
* Remove annoying dependency on `js` library, replace with `dart:js_interop`

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "3.6.0-rc.6"
95+
version: "3.6.0"
9696
flutter_test:
9797
dependency: "direct dev"
9898
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_nfc_kit
22
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
3-
version: 3.6.0-rc.6
3+
version: 3.6.0
44
homepage: "https://github.com/nfcim/flutter_nfc_kit"
55

66
environment:

0 commit comments

Comments
 (0)