bump version to 1.4.0

This commit is contained in:
Rotzbua
2018-04-13 17:09:27 +02:00
parent 4b27d4fb5f
commit cf5e0429eb
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
-- Add changes to unreleased tag until we make a release. -- Add changes to unreleased tag until we make a release.
unreleased 13 Apr 2018, v1.4.0
- - Replaced UINT8_MAX by UNUSED_PIN @Rotzbua
- Fixed hang PCD_Init() on non-arduino boards @heziegl
- deprecate MIFARE_SetAccessBits @Rotzbua
- IMPORTANT: v1.4.X will be last version under license "unlicense"
22 Mar 2017, v1.3.6 22 Mar 2017, v1.3.6
- Added deprecate and compiler warnings @Rotzbua - Added deprecate and compiler warnings @Rotzbua

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

View File

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