Skip to content

Commit

Permalink
v1.2 (left hand support)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwisdom committed Aug 2, 2022
1 parent f23a3e9 commit 828d199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
char name[256] = "Unknown";


printf("RemarkableLamyEraser 1.1\n");
printf("RemarkableLamyEraser 1.2\n");
//check our input args
for(int i = 1; i < argc; i++) {
if (!strncmp(argv[i], "--toggle", 8)) {
Expand Down

0 comments on commit 828d199

Please sign in to comment.