Skip to content

Commit 1e72cbb

Browse files
committed
Bump version to 2.0.3
Version linked against libobs 26.
1 parent 3ed6d81 commit 1e72cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asio-input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class ASIOPlugin {
452452
UNUSED_PARAMETER(data);
453453
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
454454
QMessageBox mybox(main_window);
455-
QString text = "v.2.0.2\r\n © 2020, license GPL v3\r\n"
455+
QString text = "v.2.0.3\r\n © 2020, license GPL v3\r\n"
456456
"Based on Juce library\r\n\r\n"
457457
"Authors:\r\n"
458458
"Andersama (main author) & pkv\r\n";

0 commit comments

Comments
 (0)