Bump Version to 1.2.1

This commit is contained in:
Rotzbua
2017-03-13 14:23:49 +01:00
parent 637e81caba
commit c4e10ed549
3 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,13 @@
unreleased
- tba
tba, v1.3.0
13 Mar 2017, v1.2.1
- Removed need for reset pin #275 @tkoester
- Added SPI speed option + Various minor changes #276 @tuyethoa08041997
- Updated documentation, travis build script and small code change @Rotzbua
3 Jan 2017, v1.2.0
- Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned.
Interface has changed: e.g. long -> int32_t

View File

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

View File

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