Skip to content

Commit 01018ad

Browse files
committed
update version to v1.0.1
1 parent 09e12db commit 01018ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Interactive Keyboard Control:
9191
Down arrow - Decrease overlap
9292
Up arrow - Increase overlap
9393
94-
audioprism v1.0.0 - https://github.com/vsergeev/audioprism
94+
audioprism v1.0.1 - https://github.com/vsergeev/audioprism
9595
$
9696
```
9797

src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void print_usage(std::string progname) {
139139
" Down arrow - Decrease overlap\n"
140140
" Up arrow - Increase overlap\n"
141141
"\n"
142-
"audioprism v1.0.0 - https://github.com/vsergeev/audioprism" << std::endl;
142+
"audioprism v1.0.1 - https://github.com/vsergeev/audioprism" << std::endl;
143143
}
144144

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

0 commit comments

Comments
 (0)