diff --git a/Readme.md b/Readme.md index da5c97d..ad1a29d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ -Arduino HID Project 2.5 -======================= +Arduino HID Project 2.4.1 +========================= ![Header Picture](header.jpg) @@ -49,7 +49,11 @@ www.nicohood.de Version History =============== ``` -2.5 Release (xx.xx.2015) +2.4.1 Release (xx.xx.2015) +* RawHID Improvements +* Added Keyboard Feature Report +* NKRO and Keyboard API fixes +* Arduino library manager fix 2.4 Release (06.11.2015) * Added Arduino IDE 1.6.6 compatibility with Pluggable HID diff --git a/library.properties b/library.properties index 1bfd8b4..0dd202d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.5 +version=2.4.1 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 1858f0b..ff008b1 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -25,7 +25,7 @@ THE SOFTWARE. #pragma once // Software version -#define HID_PROJECT_VERSION 250 +#define HID_PROJECT_VERSION 241 #if ARDUINO < 10606 #error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.