Skip to content

Commit 0456ce0

Browse files
committed
bump version to 1.4.12
1 parent 4ac9700 commit 0456ce0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
xxxxx , v1.4.12
44

5+
17 Feb 2025, v1.4.12
6+
- fix: compiler warning/error @robosphere99
7+
- chore: add rp2040 to allow list @aaronjamt
8+
59
30 Dec 2023, v1.4.11
610
- fix: documentation
711

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.11",
3+
"version": "1.4.12",
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.11
2+
version=1.4.12
33
author=GithubCommunity
44
maintainer=GithubCommunity
55
sentence=Arduino RFID Library for MFRC522 (SPI)

0 commit comments

Comments
 (0)