Bump Version to 1.3.5
This commit is contained in:
@@ -3,9 +3,14 @@
|
|||||||
unreleased
|
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
|
7 Apr 2017, v1.3.4
|
||||||
- Added new example "rfid_read_personal_data.ino" @ryand1011
|
- Added new example "rfid_read_personal_data.ino" @ryand1011
|
||||||
- Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
|
- 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
|
26 Mar 2017, v1.3.3
|
||||||
- Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
|
- Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.3.4
|
version=1.3.5
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user