Bump Version to 1.1.4
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
|
- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
|
||||||
- Starting to use versions http://semver.org/
|
- Starting to use versions http://semver.org/
|
||||||
- Continuous Integration @ivankravets
|
- Continuous Integration @ivankravets
|
||||||
|
- functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua
|
||||||
|
- removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua
|
||||||
|
|
||||||
5 Dec 2015
|
5 Dec 2015
|
||||||
- recognize infineon cards correctly @mayatforest
|
- recognize infineon cards correctly @mayatforest
|
||||||
- added multi reader support, see example @lmmeng
|
- added multi reader support, see example @lmmeng
|
||||||
- functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua
|
|
||||||
- removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua
|
|
||||||
|
|
||||||
10 Nov 2014
|
10 Nov 2014
|
||||||
- Updated the changelog.
|
- Updated the changelog.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy"]
|
"platforms": ["atmelavr", "ststm32", "teensy"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.1.3
|
version=1.1.4
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user