Bump Version to 1.3.1

This commit is contained in:
Rotzbua
2017-03-15 00:36:37 +01:00
parent 9afdf70f81
commit 288ec59b7f
3 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,10 @@
unreleased unreleased
- tba - tba
15 Mar 2017, v1.3.1
- Fixed compiler warning in MFRC522Extended @Rotzbua
- Removed unused function @Rotzbua
13 Mar 2017, v1.3.0 13 Mar 2017, v1.3.0
- Warning: Source has moved to folder src! - Warning: Source has moved to folder src!
- Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting - Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting

View File

@@ -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.0", "version": "1.3.1",
"exclude": "doc", "exclude": "doc",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]

View File

@@ -1,5 +1,5 @@
name=MFRC522 name=MFRC522
version=1.3.0 version=1.3.1
author=GithubCommunity author=GithubCommunity
maintainer=miguelbalboa maintainer=miguelbalboa
sentence=Arduino RFID Library for MFRC522 (SPI) sentence=Arduino RFID Library for MFRC522 (SPI)