From c32cde4deb8843f6f212a24db58022ff42248f14 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 27 Oct 2018 14:05:46 +0200 Subject: [PATCH] bump version to 1.4.3 --- changes.txt | 4 ++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index ea560162..6170e8c6 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 d9fe60cb..b00fc683 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 b1a59ac5..142afb60 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)