From e691dd1d26ecd7dd4f98e1cde883edd0caf87925 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 7 Apr 2017 10:28:58 +0200 Subject: [PATCH] Bump Version to 1.3.4 --- 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 fabde11..f3e9992 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,10 @@ unreleased - +7 Apr 2017, v1.3.4 +- Added new example "rfid_read_personal_data.ino" @ryand1011 +- Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua + 26 Mar 2017, v1.3.3 - Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua - Fixed UINT8_MAX error @Rotzbua diff --git a/library.json b/library.json index 95e80f9..7f676f4 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.3.3", + "version": "1.3.4", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] diff --git a/library.properties b/library.properties index 912dcb2..d7ba285 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.3.3 +version=1.3.4 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)