Bump Version to 1.3.0

This commit is contained in:
Rotzbua
2017-03-13 22:37:11 +01:00
parent ede44cc620
commit 54c137e0e8
3 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,11 @@
unreleased
- tba
tba, v1.3.0
13 Mar 2017, v1.3.0
- Warning: Source has moved to folder src!
- Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting
- Added RATS (Request for Answer To Select) @JPG-Consulting
- More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting
13 Mar 2017, v1.2.1
- Removed need for reset pin #275 @tkoester

View File

@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
"version": "1.2.1",
"version": "1.3.0",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]

View File

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