Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkviet committed Dec 31, 2023
1 parent d3a6087 commit 91d81c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(obs-asio VERSION 3.1.1)
project(obs-asio VERSION 3.2.0)
add_library(obs-asio MODULE)

set(PLUGIN_AUTHOR "Andersama & pkv")
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "obs-asio",
"version": "3.1.1"
"version": "3.2.0"
}
2 changes: 1 addition & 1 deletion src/asio-input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class ASIOPlugin {
UNUSED_PARAMETER(data);
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
QMessageBox mybox(main_window);
QString text = "v.3.1.0\r\n © 2021, license GPL v3\r\n"
QString text = "v.3.2.0\r\n © 2023, 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 91d81c4

Please sign in to comment.