Bump Version to 1.3.5

This commit is contained in:
Rotzbua
2017-04-08 12:30:12 +02:00
parent 507c84f4e5
commit c5781e7559
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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"]

View File

@@ -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)