diff --git a/changes.txt b/changes.txt index 93fbe784..ea560162 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,9 @@ -- 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 - Replaced UINT8_MAX by UNUSED_PIN - Replaced default value NULL for pointer with correct nullptr diff --git a/library.json b/library.json index 24e28adc..d9fe60cb 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.1", + "version": "1.4.2", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"] diff --git a/library.properties b/library.properties index 968f6290..b1a59ac5 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=MFRC522 -version=1.4.1 +version=1.4.2 author=GithubCommunity -maintainer=miguelbalboa +maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI) paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface. category=Communication