From ea857fa69925589f0ac0d1938e383706fca720d5 Mon Sep 17 00:00:00 2001 From: Andi Semler Date: Thu, 18 Jul 2019 11:11:32 +0200 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef8fb5..7353294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.0 + +* Added `id` property to `NDEFMessage` which contains the NFC tag's UID +* Support for more card types on Android + ## 1.1.1 * Bugfix: Android sessions are now closed properly diff --git a/README.md b/README.md index 0e0698e..709ee90 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Add `nfc_in_flutter` to your `pubspec.yaml` ```yaml dependencies: - nfc_in_flutter: ^1.1.1 + nfc_in_flutter: ^1.2.0 ``` ### iOS diff --git a/example/pubspec.lock b/example/pubspec.lock index df3436e..0ed36f4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -66,7 +66,7 @@ packages: path: ".." relative: true source: path - version: "1.1.1" + version: "1.2.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9b53922..a71d442 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nfc_in_flutter description: Flutter plugin to read NFC tags on both Android and iOS. Currently it only supports reading NDEF formatted tags. -version: 1.1.1 +version: 1.2.0 author: Andi Robin Halgren Semler homepage: https://github.com/semlette/nfc_in_flutter repository: https://github.com/semlette/nfc_in_flutter