Bump Version to 1.3.2
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
unreleased
|
unreleased
|
||||||
- tba
|
- tba
|
||||||
|
|
||||||
|
15 Mar 2017, v1.3.2
|
||||||
|
- Added ESP8266 to library.properties
|
||||||
|
|
||||||
15 Mar 2017, v1.3.1
|
15 Mar 2017, v1.3.1
|
||||||
- Fixed compiler warning in MFRC522Extended @Rotzbua
|
- Fixed compiler warning in MFRC522Extended @Rotzbua
|
||||||
- Removed unused function @Rotzbua
|
- Removed unused function @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.1",
|
"version": "1.3.2",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/miguelbalboa/rfid
|
url=https://github.com/miguelbalboa/rfid
|
||||||
architectures=avr,STM32F1,teensy
|
architectures=avr,STM32F1,teensy,esp8266
|
||||||
|
|||||||
Reference in New Issue
Block a user