From 348e87596940f5c958bafc1c7c2dfe0ee0f18c58 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 3 Jan 2022 16:30:08 -0800 Subject: [PATCH] CI: Update more versions --- CI/macos/obs-websocket.pkgproj | 2 +- installer/installer.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/macos/obs-websocket.pkgproj b/CI/macos/obs-websocket.pkgproj index 96e022d2..7ee84ada 100644 --- a/CI/macos/obs-websocket.pkgproj +++ b/CI/macos/obs-websocket.pkgproj @@ -518,7 +518,7 @@ OVERWRITE_PERMISSIONS VERSION - 4.9.1 + 4.9.1-compat PROJECT_COMMENTS diff --git a/installer/installer.iss b/installer/installer.iss index 391a808c..d064df3c 100644 --- a/installer/installer.iss +++ b/installer/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "obs-websocket" -#define MyAppVersion "4.9.1" +#define MyAppVersion "4.9.1-compat" #define MyAppPublisher "Stephane Lepin" #define MyAppURL "http://github.com/Palakis/obs-websocket"