From c5781e75598e76167d9079051bb77d02bfc595a4 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 8 Apr 2017 12:30:12 +0200 Subject: [PATCH] Bump Version to 1.3.5 --- changes.txt | 5 +++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index f3e9992..d1c3d35 100644 --- a/changes.txt +++ b/changes.txt @@ -3,9 +3,14 @@ unreleased - +8 Apr 2017, v1.3.5 +- Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar +- Updated README notice about port for esp8266 @mmmmar + 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 +- Removed (temp.) Teensy from travis build script because fails @Rotzbua 26 Mar 2017, v1.3.3 - Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua diff --git a/library.json b/library.json index 7f676f4..6dfd958 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.3.4", + "version": "1.3.5", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] diff --git a/library.properties b/library.properties index d7ba285..0c9e012 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.3.4 +version=1.3.5 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)