From f28da27aa64309b7fd41320c1d048e37c5302a35 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 31 Jul 2021 14:18:11 +0200 Subject: [PATCH] bump version to 1.4.9 --- 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 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)