Starting to use versions

This commit is contained in:
Miguel Balboa
2016-01-03 16:23:31 -08:00
parent 23fc3fd132
commit 6cae7890ce
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -7,6 +7,7 @@
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
"version": "1.1.0",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32"]