Skip to content

Commit e293bc5

Browse files
committed
version 0.1.2
1 parent d24f79a commit e293bc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/droidcam.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 VERSIONINFO
2-
FILEVERSION 0,1,1,0
2+
FILEVERSION 0,1,2,0
33
BEGIN
44
BLOCK "StringFileInfo"
55
BEGIN

src/plugin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ QAction *auto_start_action;
3838
QAction *tools_menu_action;
3939
#endif
4040

41-
const char *PluginVer = "011";
41+
const char *PluginVer = "012";
4242
const char *PluginName = "DroidCam Virtual Output";
4343
obs_output_t *droidcam_virtual_output = NULL;
4444
config_t *obs_config = NULL;

0 commit comments

Comments
 (0)