From c4e10ed549f9d5adbd6cf8f61f2c8f3f3ee0f733 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 13 Mar 2017 14:23:49 +0100 Subject: [PATCH] Bump Version to 1.2.1 --- changes.txt | 7 +++++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 9befe18..7814e50 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,13 @@ unreleased - tba +tba, v1.3.0 + +13 Mar 2017, v1.2.1 +- Removed need for reset pin #275 @tkoester +- Added SPI speed option + Various minor changes #276 @tuyethoa08041997 +- Updated documentation, travis build script and small code change @Rotzbua + 3 Jan 2017, v1.2.0 - Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned. Interface has changed: e.g. long -> int32_t diff --git a/library.json b/library.json index 98cca25..76e83e4 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.2.0", + "version": "1.2.1", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] diff --git a/library.properties b/library.properties index 9f0b126..324d734 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.2.0 +version=1.2.1 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)