bump to 1.4.4
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
-- Add changes to unreleased tag until we make a release.
|
-- Add changes to unreleased tag until we make a release.
|
||||||
|
|
||||||
|
31 Mar 2018, v1.4.4
|
||||||
|
- Fixed example
|
||||||
|
- Fixed UnbrickUidSector
|
||||||
|
- Updated comments
|
||||||
|
- Removed teensy from CI and PlatformIO config
|
||||||
|
|
||||||
27 Oct 2018, v1.4.3
|
27 Oct 2018, v1.4.3
|
||||||
- Added counterfeit detection and hint about bad boards
|
- Added counterfeit detection and hint about bad boards
|
||||||
- Improved hardware based reset
|
- Improved hardware based reset
|
||||||
|
|||||||
@@ -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.3",
|
"version": "1.4.4",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "espressif8266","samd"]
|
"platforms": ["atmelavr", "ststm32", "espressif8266","samd"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=GithubCommunity
|
maintainer=GithubCommunity
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user