diff --git a/Readme.md b/Readme.md index 2620962c..4e5fe74e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino HID Project 2.7.0 +Arduino HID Project 2.8.0 ========================= ![Header Picture](header.jpg) @@ -53,6 +53,9 @@ www.nicohood.de Version History =============== ``` +2.8.0 Release (08.04.2021) +* Added lots of keyboard layout languages (Thanks @SukkoPera) + 2.7.0 Release (06.03.2021) * Fix SAMD compilation #244 * Added support for Italien Keymap #231 diff --git a/library.properties b/library.properties index 531d7ccf..1824149e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.7.0 +version=2.8.0 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index f77aba6e..0e9d05a4 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 270 +#define HID_PROJECT_VERSION 280 #if ARDUINO < 10607 #error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.