From 16c419b6579d0a8ff25ee4ef5ec9690dd3738326 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 25 Jul 2020 20:05:19 +0200 Subject: [PATCH] bump to 1.4.7 --- changes.txt | 5 ++++- library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index 2be07ef3..6ece7c8a 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,10 @@ -- Add changes to unreleased tag until we make a release. -xx 2020, v1.4.7 +xx 2020, v1.4.8 +25 Jun 2020, v1.4.7 +- Fixed typos +- Moved PICC memory layout to /doc 21 Jan 2020, v1.4.6 - Library in freeze mode, no new features, no new examples, just bugfixes to keep compatibility for old projects diff --git a/library.json b/library.json index 74ea64f2..1f457c08 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MFRC522", - "version": "1.4.6", + "version": "1.4.7", "license": "Unlicense", "keywords": "rfid, spi", "description": "Read a card using a MFRC522 reader on your SPI interface.", diff --git a/library.properties b/library.properties index c4e05317..b22ba1d7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.6 +version=1.4.7 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)