diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee405c0..881594b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS version: [e.g. macOS Catalina 10.15.4] - Application: [e.g. Chrome, Zoom] - - Virtualcam version: [e.g. 1.2.1] + - Virtualcam version: [e.g. 1.3.0] - OBS version: [e.g. 25.0.8] **Additional context** diff --git a/CMakeLists.txt b/CMakeLists.txt index e0c46f0..342f6c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.17) -project(obs-mac-virtualcam VERSION 1.2.1) +project(obs-mac-virtualcam VERSION 1.3.0) set(PLUGIN_AUTHOR "John Boiles") set(MACOS_BUNDLEID "com.johnboiles.obs-mac-virtualcam") diff --git a/src/dal-plugin/Info.plist b/src/dal-plugin/Info.plist index 9b5626c..8b861f1 100644 --- a/src/dal-plugin/Info.plist +++ b/src/dal-plugin/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.2.1 + 1.3.0 CFBundleVersion - 1.2.1 + 1.3.0 CFBundleSupportedPlatforms MacOSX