bump version to 1.4.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- Add changes to unreleased tag until we make a release.
|
-- Add changes to unreleased tag until we make a release.
|
||||||
|
|
||||||
unreleased, v1.4.1
|
04 Oct 2018, v1.4.1
|
||||||
- Replaced UINT8_MAX by UNUSED_PIN
|
- Replaced UINT8_MAX by UNUSED_PIN
|
||||||
- Replaced default value NULL for pointer with correct nullptr
|
- Replaced default value NULL for pointer with correct nullptr
|
||||||
- Added pin layout for wemos d1 mini @mmone
|
- Added pin layout for wemos d1 mini @mmone
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.4.0
|
version=1.4.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