Skip to content

Commit 3eaa1e3

Browse files
committed
bump version to 1.4.11
1 parent f6bde80 commit 3eaa1e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changes.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-- Add changes to unreleased tag until we make a release.
22

3-
xxxxx , v1.4.11
3+
xxxxx , v1.4.12
4+
5+
30 Dec 2023, v1.4.11
6+
- fix: documentation
47

58
1 Nov 2021 , v1.4.10
69
- fix: timeout on Non-AVR boards; feat: Use yield() in busy wait loops @greezybacon

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MFRC522",
3-
"version": "1.4.10",
3+
"version": "1.4.11",
44
"license": "Unlicense",
55
"keywords": "rfid, spi",
66
"description": "Arduino RFID Library for MFRC522 (SPI). Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MFRC522
2-
version=1.4.10
2+
version=1.4.11
33
author=GithubCommunity
44
maintainer=GithubCommunity
55
sentence=Arduino RFID Library for MFRC522 (SPI)

0 commit comments

Comments
 (0)