bump version to 1.4.6

This commit is contained in:
Rotzbua
2020-01-21 11:52:24 +01:00
parent e587f3c2e3
commit 1f2148d88f
3 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
-- Add changes to unreleased tag until we make a release. -- Add changes to unreleased tag until we make a release.
xx 2019, v1.4.6 xx 2020, v1.4.7
21 Jan 2020, v1.4.6
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects
- Updated documentation
- Removed deprecation warnings due code freeze
12 Jun 2019, v1.4.5 12 Jun 2019, v1.4.5
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects - Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects

View File

@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/miguelbalboa/rfid.git" "url": "https://github.com/miguelbalboa/rfid.git"
}, },
"version": "1.4.5", "version": "1.4.6",
"exclude": "doc", "exclude": "doc",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"] "platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"]

View File

@@ -1,5 +1,5 @@
name=MFRC522 name=MFRC522
version=1.4.5 version=1.4.6
author=GithubCommunity author=GithubCommunity
maintainer=GithubCommunity maintainer=GithubCommunity
sentence=Arduino RFID Library for MFRC522 (SPI) sentence=Arduino RFID Library for MFRC522 (SPI)