Bump Version to 1.3.4

This commit is contained in:
Rotzbua
2017-04-07 10:28:58 +02:00
parent f526a42efc
commit e691dd1d26
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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