From b7d7f3e572af6cfd78722f2bd693097019ec55ff Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 3 Aug 2019 18:59:53 +0200 Subject: [PATCH] bump version to 1.4.5 --- changes.txt | 5 ++++- library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index 75b6a9b7..1a882565 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,9 @@ -- Add changes to unreleased tag until we make a release. -xx 2019, v1.4.5 +xx 2019, v1.4.6 + +12 Jun 2019, v1.4.5 +- Library in freeze mode, no new features, no new examples, just bugfixes to keep compability for old projects - Updated README 31 Mar 2019, v1.4.4 diff --git a/library.json b/library.json index 41ef67cf..a84164c5 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.4.4", + "version": "1.4.5", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "espressif8266","espressif32","samd"] diff --git a/library.properties b/library.properties index b47d7e24..23dfa2e4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.4.4 +version=1.4.5 author=GithubCommunity maintainer=GithubCommunity sentence=Arduino RFID Library for MFRC522 (SPI)