Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
Version linked against libobs 26.
  • Loading branch information
pkviet committed Sep 29, 2020
1 parent 3ed6d81 commit 1e72cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asio-input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class ASIOPlugin {
UNUSED_PARAMETER(data);
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
QMessageBox mybox(main_window);
QString text = "v.2.0.2\r\n © 2020, license GPL v3\r\n"
QString text = "v.2.0.3\r\n © 2020, license GPL v3\r\n"
"Based on Juce library\r\n\r\n"
"Authors:\r\n"
"Andersama (main author) & pkv\r\n";
Expand Down

0 comments on commit 1e72cbb

Please sign in to comment.