Skip to content

Commit 01917ab

Browse files
committed
Release 2.6.2 - Merry Christmas!
1 parent 088d97f commit 01917ab

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Arduino HID Project 2.6.1
1+
Arduino HID Project 2.6.2
22
=========================
33

44
![Header Picture](header.jpg)
@@ -53,6 +53,10 @@ www.nicohood.de
5353
Version History
5454
===============
5555
```
56+
2.6.2 Release (24.12.2020)
57+
* Fix SAMD alignment #211
58+
* Fix asciimap size check #228
59+
5660
2.6.1 Release (13.07.2019)
5761
* Allow keyboard layout change within arduino sketch #176
5862

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=HID-Project
2-
version=2.6.1
2+
version=2.6.2
33
author=NicoHood
44
maintainer=NicoHood <blog@NicoHood.de>
55
sentence=Extended HID Functions for Arduino

src/HID-Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ THE SOFTWARE.
2525
#pragma once
2626

2727
// Software version
28-
#define HID_PROJECT_VERSION 261
28+
#define HID_PROJECT_VERSION 262
2929

3030
#if ARDUINO < 10607
3131
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.

0 commit comments

Comments
 (0)