Bump Version to 1.1.8
This commit is contained in:
@@ -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
|
16 Jan 2016, v1.1.7
|
||||||
- README.rst Spelling and Grammar Tweak @cuthbertnibbles
|
- README.rst Spelling and Grammar Tweak @cuthbertnibbles
|
||||||
- Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied
|
- Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.1.7",
|
"version": "1.1.8",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy"]
|
"platforms": ["atmelavr", "ststm32", "teensy"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user