Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronamk committed Sep 23, 2022
1 parent 52de7f8 commit 6b9a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkd.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/input.h>
#include <libevdev/libevdev-uinput.h>

#define VERSION "v1.0.0"
#define VERSION "v1.0.1"
#define INPUT_VAL_PRESS 1
#define INPUT_VAL_RELEASE 0
#define INPUT_VAL_REPEAT 2
Expand Down

0 comments on commit 6b9a4fc

Please sign in to comment.