File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5 )
2
2
3
- project (obs-asio VERSION 3.1.1 )
3
+ project (obs-asio VERSION 3.2.0 )
4
4
add_library (obs-asio MODULE )
5
5
6
6
set (PLUGIN_AUTHOR "Andersama & pkv" )
Original file line number Diff line number Diff line change 79
79
}
80
80
},
81
81
"name" : " obs-asio" ,
82
- "version" : " 3.1.1 "
82
+ "version" : " 3.2.0 "
83
83
}
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ class ASIOPlugin {
469
469
UNUSED_PARAMETER (data);
470
470
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window ();
471
471
QMessageBox mybox (main_window);
472
- QString text = " v.3.1 .0\r\n © 2021 , license GPL v3\r\n "
472
+ QString text = " v.3.2 .0\r\n © 2023 , license GPL v3\r\n "
473
473
" Based on Juce library\r\n\r\n "
474
474
" Authors:\r\n "
475
475
" Andersama (main author) & pkv\r\n " ;
You can’t perform that action at this time.
0 commit comments