Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bostick committed Apr 23, 2024
1 parent 36be69d commit 9931c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exe/midi-info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

int main(int argc, const char *argv[]) {

LOGI("midi info v1.0.1");
LOGI("midi info v1.1.0");
LOGI("Copyright (C) 2024 by Brenton Bostick");

if (argc == 1) {
Expand Down
2 changes: 1 addition & 1 deletion exe/tbt-converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

int main(int argc, const char *argv[]) {

LOGI("tbt converter v1.0.1");
LOGI("tbt converter v1.1.0");
LOGI("Copyright (C) 2024 by Brenton Bostick");

if (argc == 1) {
Expand Down

0 comments on commit 9931c96

Please sign in to comment.