Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Sep 15, 2018
1 parent b632a63 commit 3a3b1f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Arduino HID Project 2.4.4
Arduino HID Project 2.5.0
=========================

![Header Picture](header.jpg)
Expand Down Expand Up @@ -47,6 +47,10 @@ www.nicohood.de
Version History
===============
```
2.5.0 Release (15.09.2018)
* Ported to SAMD architecture #146
* Fixed bad keyboard report issue #148
2.4.4 Release (27.01.2017)
* Added releaseAll() to Mouse API
* Fix flexible array errors
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=HID-Project
version=2.4.4
version=2.5.0
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=Extended HID Functions for Arduino
paragraph=Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.
category=Communication
url=https://github.com/NicoHood/HID
architectures=avr
architectures=*
dot_a_linkage=true
2 changes: 1 addition & 1 deletion src/HID-Project.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software version
#define HID_PROJECT_VERSION 244
#define HID_PROJECT_VERSION 250

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

0 comments on commit 3a3b1f2

Please sign in to comment.