From a395a6c7b7ddfa729fe9bb998f5bb16f41438844 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 31 Mar 2019 22:57:58 +0200 Subject: [PATCH] bump to 1.4.4 --- changes.txt | 6 ++++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 6170e8c..4eed802 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,11 @@ -- Add changes to unreleased tag until we make a release. +31 Mar 2018, v1.4.4 +- Fixed example +- Fixed UnbrickUidSector +- Updated comments +- Removed teensy from CI and PlatformIO config + 27 Oct 2018, v1.4.3 - Added counterfeit detection and hint about bad boards - Improved hardware based reset diff --git a/library.json b/library.json index 5f04522..71fed10 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.3", + "version": "1.4.4", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "espressif8266","samd"] diff --git a/library.properties b/library.properties index 142afb6..aa3ce3f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.3 +version=1.4.4 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)