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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboiles committed May 14, 2020
1 parent d530bc2 commit 17565e1
Show file tree
Hide file tree
Showing 2 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.17)

project(obs-mac-virtualcam VERSION 1.0.0)
project(obs-mac-virtualcam VERSION 1.1.0)
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>7.0</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>1.1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down

0 comments on commit 17565e1

Please sign in to comment.