diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 881594b..09050bf 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.3.0]
+ - Virtualcam version: [e.g. 1.3.1]
- OBS version: [e.g. 25.0.8]
**Additional context**
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 342f6c4..f42598a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)
-project(obs-mac-virtualcam VERSION 1.3.0)
+project(obs-mac-virtualcam VERSION 1.3.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 763b136..52a0698 100644
--- a/src/dal-plugin/Info.plist
+++ b/src/dal-plugin/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.3.0
+ 1.3.1
CFBundleVersion
- 1.3.0
+ 1.3.1
CFBundleSupportedPlatforms
MacOSX