Skip to content

Commit 1f2148d

Browse files
committed
bump version to 1.4.6
1 parent e587f3c commit 1f2148d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changes.txt

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

3-
xx 2019, v1.4.6
3+
xx 2020, v1.4.7
4+
5+
6+
21 Jan 2020, v1.4.6
7+
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects
8+
- Updated documentation
9+
- Removed deprecation warnings due code freeze
410

511
12 Jun 2019, v1.4.5
612
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/miguelbalboa/rfid.git"
99
},
10-
"version": "1.4.5",
10+
"version": "1.4.6",
1111
"exclude": "doc",
1212
"frameworks": "arduino",
1313
"platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"]

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.5
2+
version=1.4.6
33
author=GithubCommunity
44
maintainer=GithubCommunity
55
sentence=Arduino RFID Library for MFRC522 (SPI)

0 commit comments

Comments
 (0)