From bb0960c9f3063cae9a245fc48c1d2536c1264d6c Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sat, 19 Dec 2015 02:02:11 +0100 Subject: [PATCH] Bump version number to 2.4.2 --- Readme.md | 2 +- library.properties | 2 +- src/HID-Project.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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)