From c919e976cfdfbe1f086e29b14748f4f7ea200eec Mon Sep 17 00:00:00 2001 From: NicoHood Date: Wed, 14 Jul 2021 10:05:14 +0200 Subject: [PATCH] Bump version number to 2.8.1 --- library.properties | 2 +- src/HID-Project.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 1824149e..ec3ab037 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.8.0 +version=2.8.1 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 0e9d05a4..70c8ae8b 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 280 +#define HID_PROJECT_VERSION 281 #if ARDUINO < 10607 #error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.