diff --git a/changes.txt b/changes.txt index 43a3129..26f1235 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,11 @@ -- Add changes to unreleased tag until we make a release. +xxxxx , v1.4.10 + +31 Jul 2021, v1.4.9 +- Removed example AccessControl +- Updated docs + 30 Dec 2020, v1.4.8 - Fixed wrong SPI clock speed. diff --git a/library.json b/library.json index ee9e9d0..bcda670 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MFRC522", - "version": "1.4.8", + "version": "1.4.9", "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 1e11ce3..e0754af 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.8 +version=1.4.9 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)