Bump Version to 1.2.1
This commit is contained in:
@@ -3,6 +3,13 @@
|
|||||||
unreleased
|
unreleased
|
||||||
- tba
|
- 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
|
3 Jan 2017, v1.2.0
|
||||||
- Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned.
|
- 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
|
Interface has changed: e.g. long -> int32_t
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user