diff --git a/Readme.md b/Readme.md index 8d4da5f..4a4d1af 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino HID Project 2.4.1 +Arduino HID Project 2.4.2 ========================= ![Header Picture](header.jpg) diff --git a/library.properties b/library.properties index 0dd202d..e7f574a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.4.1 +version=2.4.2 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 5393c34..5e9ae12 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -25,10 +25,10 @@ THE SOFTWARE. #pragma once // Software version -#define HID_PROJECT_VERSION 241 +#define HID_PROJECT_VERSION 242 -#if ARDUINO < 10607 -#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE. +#if ARDUINO < 10608 +#error HID Project requires Arduino IDE 1.6.8 or greater. Please update your IDE. #endif #if !defined(USBCON)