From c63cc4d443e8b45c257481b00946579abb7d4958 Mon Sep 17 00:00:00 2001 From: Will Townsend Date: Tue, 10 Jan 2023 13:15:38 +1300 Subject: [PATCH] Update obs-ios-camera-plugin.cpp --- src/obs-ios-camera-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obs-ios-camera-plugin.cpp b/src/obs-ios-camera-plugin.cpp index dc3e300..0ac81ea 100644 --- a/src/obs-ios-camera-plugin.cpp +++ b/src/obs-ios-camera-plugin.cpp @@ -22,7 +22,7 @@ OBS_DECLARE_MODULE() OBS_MODULE_USE_DEFAULT_LOCALE("obs-ios-camera-plugin", "en-US") -#define IOS_CAMERA_PLUGIN_VERSION "2.9.3" +#define IOS_CAMERA_PLUGIN_VERSION "2.9.4" extern void RegisterIOSCameraSource();