Skip to content

Commit

Permalink
Bump version to 0.1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 21, 2023
1 parent 4bae5db commit af96764
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.11"
version = "0.1.12"
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 python/qmk_hid/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - Get current values
# - Set sliders to current values

PROGRAM_VERSION = "0.1.11"
PROGRAM_VERSION = "0.1.12"
FWK_VID = 0x32AC

DEBUG_PRINT = False
Expand Down

0 comments on commit af96764

Please sign in to comment.