bump version to 1.4.2

This commit is contained in:
Rotzbua
2018-10-04 15:25:03 +02:00
parent 087d6160f1
commit 39a2764c3f
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

View File

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