Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
johnboiles committed May 26, 2020
1 parent c5a8868 commit e216309
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion 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")

Expand Down
4 changes: 2 additions & 2 deletions src/dal-plugin/Info.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down

0 comments on commit e216309

Please sign in to comment.