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