bump version to 1.4.1

This commit is contained in:
Rotzbua
2018-10-04 13:33:36 +02:00
parent dadcad0fc5
commit ea7ee3f3da
3 changed files with 3 additions and 3 deletions

View File

@@ -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

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.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"]

View File

@@ -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)