From d325b860af64869e4b6d7996c37d61d2492310d5 Mon Sep 17 00:00:00 2001 From: Don Coleman Date: Fri, 10 Jul 2020 15:04:23 -0400 Subject: [PATCH] 1.2.0 --- CHANGES.txt | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index af5436ec..57490c29 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ += 1.2.0 = +iOS allow tag read and write in same session #419 + = 1.1.2 = Android Fix null pointer exception and possible crash #415 Thanks pschlang iOS Notify Cordova on Successful Tag Write - #408 Thanks H0schi diff --git a/package.json b/package.json index 9b49c71d..47ea5fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonegap-nfc", - "version": "1.1.2", + "version": "1.2.0", "description": "Near Field Communication (NFC) Plugin. Read and write NDEF messages to NFC tags and share NDEF messages with peers.", "cordova": { "id": "phonegap-nfc", diff --git a/plugin.xml b/plugin.xml index 3640ad11..d2dddbe4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="phonegap-nfc" - version="1.1.2"> + version="1.2.0"> NFC