From 6cae7890ce58a32c65aee9d40b1def7a933fa695 Mon Sep 17 00:00:00 2001 From: Miguel Balboa Date: Sun, 3 Jan 2016 16:23:31 -0800 Subject: [PATCH] Starting to use versions --- changes.txt | 4 ++++ library.json | 1 + 2 files changed, 5 insertions(+) diff --git a/changes.txt b/changes.txt index 0618674..60332cf 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,7 @@ +3 Jan 2016 +- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH +- Starting to use versions http://semver.org/ + 5 Dec 2015 - recognize infineon cards correctly @mayatforest - added multi reader support, see example @lmmeng diff --git a/library.json b/library.json index 94e8453..07b6dba 100644 --- a/library.json +++ b/library.json @@ -7,6 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, + "version": "1.1.0", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32"]