From ea7ee3f3daafd46d0c5b8438ba41147c384a1f0d Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Thu, 4 Oct 2018 13:33:36 +0200 Subject: [PATCH] bump version to 1.4.1 --- changes.txt | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index 0b97b92..93fbe78 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,6 @@ -- 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 default value NULL for pointer with correct nullptr - Added pin layout for wemos d1 mini @mmone diff --git a/library.json b/library.json index 09dfb1d..24e28ad 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.0", + "version": "1.4.1", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"] diff --git a/library.properties b/library.properties index 8319776..968f629 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.0 +version=1.4.1 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)