Skip to content

Commit 91d81c4

Browse files
committed
Bump version to 3.2.0
1 parent d3a6087 commit 91d81c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(obs-asio VERSION 3.1.1)
3+
project(obs-asio VERSION 3.2.0)
44
add_library(obs-asio MODULE)
55

66
set(PLUGIN_AUTHOR "Andersama & pkv")

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
}
8080
},
8181
"name": "obs-asio",
82-
"version": "3.1.1"
82+
"version": "3.2.0"
8383
}

src/asio-input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class ASIOPlugin {
469469
UNUSED_PARAMETER(data);
470470
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
471471
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"
473473
"Based on Juce library\r\n\r\n"
474474
"Authors:\r\n"
475475
"Andersama (main author) & pkv\r\n";

0 commit comments

Comments
 (0)