From 637745c13a68059fa88a18f1a0d5b6e031c9bac5 Mon Sep 17 00:00:00 2001 From: John Boiles Date: Thu, 26 Nov 2020 15:24:13 -0800 Subject: [PATCH] Bump version to 1.3.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CMakeLists.txt | 2 +- src/dal-plugin/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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