diff --git a/changes.txt b/changes.txt index ea56016..6170e8c 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,9 @@ -- Add changes to unreleased tag until we make a release. +27 Oct 2018, v1.4.3 +- Added counterfeit detection and hint about bad boards +- Improved hardware based reset + 04 Oct 2018, v1.4.2 - Fixed keywords - Changed development status of library diff --git a/library.json b/library.json index d9fe60c..b00fc68 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.2", + "version": "1.4.3", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"] diff --git a/library.properties b/library.properties index b1a59ac..142afb6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.2 +version=1.4.3 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)