From 1f2148d88f0fd02ec02c9ace384aec1ad162e521 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 21 Jan 2020 11:52:24 +0100 Subject: [PATCH] bump version to 1.4.6 --- changes.txt | 8 +++++++- library.json | 2 +- library.properties | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index 1a882565..e3fc6483 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,12 @@ -- 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 - Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects diff --git a/library.json b/library.json index a84164c5..e4d41768 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.5", + "version": "1.4.6", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"] diff --git a/library.properties b/library.properties index 23dfa2e4..c4e05317 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.5 +version=1.4.6 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)