From 24ca93a642c7ffd0ad4de06412ef82759f9a1419 Mon Sep 17 00:00:00 2001 From: Miguel Balboa Date: Thu, 11 Feb 2016 09:34:54 -0800 Subject: [PATCH] Bump Version to 1.1.8 --- changes.txt | 5 +++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 5e99ffe..efcfba5 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,8 @@ +11 Feb 2016, v1.1.8 +- Added examples/MinimalInterrupt/MinimalInterrupt.ino example, Interrupt example @lmmeng +- Added .gitignore file allows the project to be more easily used as a subproject. @BenWiederhake +- Added Added Teensy 2.0 & Tensy++ 2.0 pinouts to README.rst @jkutianski + 16 Jan 2016, v1.1.7 - README.rst Spelling and Grammar Tweak @cuthbertnibbles - Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied diff --git a/library.json b/library.json index 2f52a82..01a2794 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.1.7", + "version": "1.1.8", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy"] diff --git a/library.properties b/library.properties index 422b26b..85adb37 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.1.7 +version=1.1.8 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)