diff --git a/Readme.md b/Readme.md index 39007ee..af57092 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino HID Project 2.4.3 +Arduino HID Project 2.4.4 ========================= ![Header Picture](header.jpg) @@ -41,14 +41,15 @@ An offline snapshot is available in [releases](https://github.com/NicoHood/HID/r Contact ======= -You can contact me on my wordpress blog in the contact section. - www.nicohood.de Version History =============== ``` +2.4.4 Release (xx.xx.2016) +* Added releaseAll() to Mouse API + 2.4.3 Release (02.03.2016) * Fixed NKRO Keyboard modifier add() #76 diff --git a/library.properties b/library.properties index e724e48..b74e139 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.4.3 +version=2.4.4 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 8645047..e1df58a 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 243 +#define HID_PROJECT_VERSION 244 #if ARDUINO < 10607 #error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.