Skip to content

Commit b93deb7

Browse files
committed
Bump Agent version to 5.0.1 and firmware version to 12.1.0
1 parent 19eeb88 commit b93deb7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
66

77
Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).
88

9+
## [5.0.1] - 2024-12-23
10+
11+
Firmware: 12.1.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.1.0)] | Device Protocol: 4.11.0 | User Config: 8.3.0 | Hardware Config: 1.0.0
12+
13+
- Use firmware 12.1.0 which fixes some regressions.
14+
915
## [5.0.0] - 2024-12-15
1016

1117
Firmware: 12.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.0.0)] | Device Protocol: 4.**11.0** | User Config: **8.3.0** | Hardware Config: 1.0.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "5.0.0",
7-
"firmwareVersion": "12.0.0",
6+
"version": "5.0.1",
7+
"firmwareVersion": "12.1.0",
88
"deviceProtocolVersion": "4.11.0",
99
"userConfigVersion": "8.3.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)