From e216309582821590df2ddb427167963780281da3 Mon Sep 17 00:00:00 2001 From: John Boiles Date: Tue, 26 May 2020 11:25:17 -0700 Subject: [PATCH] Bump version number --- .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 642d124..dff03aa 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.1.0] + - Virtualcam version: [e.g. 1.1.1] - OBS version: [e.g. 25.0.8] **Additional context** diff --git a/CMakeLists.txt b/CMakeLists.txt index 547c236..8c01a2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.17) -project(obs-mac-virtualcam VERSION 1.1.0) +project(obs-mac-virtualcam VERSION 1.1.1) 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 34bb8b0..77f87f5 100644 --- a/src/dal-plugin/Info.plist +++ b/src/dal-plugin/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleVersion - 1.1.0 + 1.1.1 CFBundleSupportedPlatforms MacOSX