Skip to content

Commit b16be57

Browse files
committed
Release 2.8.4
1 parent e0912ba commit b16be57

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
77

88
## [Unreleased]
99

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+
1016
## [2.8.3] - 2022-01-11
1117

1218
### Added
@@ -404,7 +410,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
404410

405411
* Initial Beta release
406412

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
408415
[2.8.3]: https://github.com/NicoHood/HID/compare/2.8.2...2.8.3
409416
[2.8.2]: https://github.com/NicoHood/HID/compare/2.8.1...2.8.2
410417
[2.8.1]: https://github.com/NicoHood/HID/compare/2.8.0...2.8.1

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.8.2
2+
version=2.8.4
33
author=NicoHood
44
maintainer=NicoHood <[email protected]>
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 282
28+
#define HID_PROJECT_VERSION 284
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)