From cf5e0429eb92f1a69af3423f78a951596a00948f Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 13 Apr 2018 17:09:27 +0200 Subject: [PATCH] bump version to 1.4.0 --- changes.txt | 7 +++++-- library.json | 2 +- library.properties | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changes.txt b/changes.txt index f3f866a..30b3020 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,10 @@ -- 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 - Added deprecate and compiler warnings @Rotzbua diff --git a/library.json b/library.json index d67064c..62dc6d9 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.3.6", + "version": "1.4.0", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] diff --git a/library.properties b/library.properties index e96d951..a01a672 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.3.6 +version=1.4.0 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)