Skip to content

Commit

Permalink
Bump to v0.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Aug 31, 2023
1 parent be55f18 commit 324b972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmk_hid"
version = "0.1.9"
version = "0.1.11"
edition = "2021"
license = "BSD-3-Clause"
description = "Commandline tool to interact with QMK devices via their raw HID interface"
Expand Down
2 changes: 1 addition & 1 deletion qmk_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - Get current values
# - Set sliders to current values

PROGRAM_VERSION = "0.1.10"
PROGRAM_VERSION = "0.1.11"
FWK_VID = 0x32AC

DEBUG_PRINT = False
Expand Down

0 comments on commit 324b972

Please sign in to comment.