File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.8.4] - 2022-09-23
11
+
12
+ ### Fixed
13
+
14
+ * Fix ` library.properties ` , so the latest version will appear in the library manager.
15
+
10
16
## [ 2.8.3] - 2022-01-11
11
17
12
18
### Added
@@ -404,7 +410,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
404
410
405
411
* Initial Beta release
406
412
407
- [ Unreleased ] : https://github.com/NicoHood/HID/compare/2.8.3...HEAD
413
+ [ Unreleased ] : https://github.com/NicoHood/HID/compare/2.8.4...HEAD
414
+ [ 2.8.4 ] : https://github.com/NicoHood/HID/compare/2.8.3...2.8.4
408
415
[ 2.8.3 ] : https://github.com/NicoHood/HID/compare/2.8.2...2.8.3
409
416
[ 2.8.2 ] : https://github.com/NicoHood/HID/compare/2.8.1...2.8.2
410
417
[ 2.8.1 ] : https://github.com/NicoHood/HID/compare/2.8.0...2.8.1
Original file line number Diff line number Diff line change 1
1
name =HID-Project
2
- version =2.8.2
2
+ version =2.8.4
3
3
author =NicoHood
4
4
maintainer =NicoHood <
[email protected] >
5
5
sentence =Extended HID Functions for Arduino
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THE SOFTWARE.
25
25
#pragma once
26
26
27
27
// Software version
28
- #define HID_PROJECT_VERSION 282
28
+ #define HID_PROJECT_VERSION 284
29
29
30
30
#if ARDUINO < 10607
31
31
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
You can’t perform that action at this time.
0 commit comments