Skip to content

Commit 16c419b

Browse files
committed
bump to 1.4.7
1 parent 5da38ea commit 16c419b

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,7 +1,10 @@
11
-- Add changes to unreleased tag until we make a release.
22

3-
xx 2020, v1.4.7
3+
xx 2020, v1.4.8
44

5+
25 Jun 2020, v1.4.7
6+
- Fixed typos
7+
- Moved PICC memory layout to /doc
58

69
21 Jan 2020, v1.4.6
710
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compatibility for old projects

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.6",
3+
"version": "1.4.7",
44
"license": "Unlicense",
55
"keywords": "rfid, spi",
66
"description": "Read a card using a MFRC522 reader on your SPI 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.6
2+
version=1.4.7
33
author=GithubCommunity
44
maintainer=GithubCommunity
55
sentence=Arduino RFID Library for MFRC522 (SPI)

0 commit comments

Comments
 (0)