diff --git a/Readme.md b/Readme.md index 84ac634..da5c97d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Arduino HID Project 2.4 +Arduino HID Project 2.5 ======================= ![Header Picture](header.jpg) @@ -49,6 +49,8 @@ www.nicohood.de Version History =============== ``` +2.5 Release (xx.xx.2015) + 2.4 Release (06.11.2015) * Added Arduino IDE 1.6.6 compatibility with Pluggable HID * Improved Pluggable HID (see Arduyuino changelog for my improvements) diff --git a/library.properties b/library.properties index d984e65..7c0c59e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.4 +version=2.5 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/package_NicoHood_HID_index.json b/package_NicoHood_HID_index.json deleted file mode 100644 index d172297..0000000 --- a/package_NicoHood_HID_index.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "packages": [ - { - "name": "HID", - "maintainer": "NicoHood", - "websiteURL": "https://github.com/NicoHood/HID", - "email": "", - "help": { - "online": "" - }, - "platforms": [ - { - "name": "HID Project", - "architecture": "avr", - "version": "2.2", - "category": "HID", - "help": { - "online": "" - }, - "url": "https://github.com/NicoHood/HID/releases/download/2.2/2.2-boards_manager.zip", - "archiveFileName": "2.2-boards_manager.zip", - "checksum": "SHA-256:9c86ee28a7ce9fe33e8b07ec643316131e0031b0d22e63bb398902a5fdadbca9", - "size": "351303", - "boards": [ - {"name": "Arduino Leonardo"}, - {"name": "Arduino Micro"} - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "avr-gcc", - "version": "4.8.1-arduino5" - }, - { - "packager": "arduino", - "name": "avrdude", - "version": "6.0.1-arduino5" - } - ] - } - ], - "tools": [] - } - ] -} diff --git a/src/HID-Project.h b/src/HID-Project.h index 1e7414b..ff592d3 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 240 +#define HID_PROJECT_VERSION 250 // TODO remove https://github.com/arduino/arduino-builder/issues/33 #include