From 01917ab38a4d67ca28d1c84b174d4ff137407add Mon Sep 17 00:00:00 2001 From: NicoHood Date: Thu, 24 Dec 2020 13:31:27 +0100 Subject: [PATCH] Release 2.6.2 - Merry Christmas! --- Readme.md | 6 +++++- library.properties | 2 +- src/HID-Project.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 3bf32f0d..18945e50 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino HID Project 2.6.1 +Arduino HID Project 2.6.2 ========================= ![Header Picture](header.jpg) @@ -53,6 +53,10 @@ www.nicohood.de Version History =============== ``` +2.6.2 Release (24.12.2020) +* Fix SAMD alignment #211 +* Fix asciimap size check #228 + 2.6.1 Release (13.07.2019) * Allow keyboard layout change within arduino sketch #176 diff --git a/library.properties b/library.properties index d26060ec..1119bad4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.6.1 +version=2.6.2 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 6cf608c9..3ed098ad 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 261 +#define HID_PROJECT_VERSION 262 #if ARDUINO < 10607 #error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.