From 3eaa1e32bc514d36f915b879726fa278a88325b3 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 30 Dec 2023 00:51:11 +0100 Subject: [PATCH] bump version to 1.4.11 --- 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 97e05b9..85946fd 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,9 @@ -- Add changes to unreleased tag until we make a release. -xxxxx , v1.4.11 +xxxxx , v1.4.12 + +30 Dec 2023, v1.4.11 +- fix: documentation 1 Nov 2021 , v1.4.10 - fix: timeout on Non-AVR boards; feat: Use yield() in busy wait loops @greezybacon diff --git a/library.json b/library.json index 7bb6459..9cd0e27 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MFRC522", - "version": "1.4.10", + "version": "1.4.11", "license": "Unlicense", "keywords": "rfid, spi", "description": "Arduino RFID Library for MFRC522 (SPI). Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", diff --git a/library.properties b/library.properties index 92ef73b..b081816 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.10 +version=1.4.11 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)