bump version to 1.4.3

This commit is contained in:
Rotzbua
2018-10-27 14:05:46 +02:00
parent 91eca6efbe
commit c32cde4deb
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
-- Add changes to unreleased tag until we make a release. -- Add changes to unreleased tag until we make a release.
27 Oct 2018, v1.4.3
- Added counterfeit detection and hint about bad boards
- Improved hardware based reset
04 Oct 2018, v1.4.2 04 Oct 2018, v1.4.2
- Fixed keywords - Fixed keywords
- Changed development status of library - Changed development status of library

View File

@@ -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.2", "version": "1.4.3",
"exclude": "doc", "exclude": "doc",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"] "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]

View File

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