bump version to 1.4.2
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
-- Add changes to unreleased tag until we make a release.
|
-- Add changes to unreleased tag until we make a release.
|
||||||
|
|
||||||
|
04 Oct 2018, v1.4.2
|
||||||
|
- Fixed keywords
|
||||||
|
- Changed development status of library
|
||||||
|
|
||||||
04 Oct 2018, v1.4.1
|
04 Oct 2018, v1.4.1
|
||||||
- Replaced UINT8_MAX by UNUSED_PIN
|
- Replaced UINT8_MAX by UNUSED_PIN
|
||||||
- Replaced default value NULL for pointer with correct nullptr
|
- Replaced default value NULL for pointer with correct nullptr
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=GithubCommunity
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
||||||
category=Communication
|
category=Communication
|
||||||
|
|||||||
Reference in New Issue
Block a user