From 3be4c8ae0ed78520b601d55fde588dde6bf50d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sat, 30 Mar 2019 11:32:32 +0100 Subject: [PATCH] chore: bump to 4.5.1 --- CI/macos/obs-websocket.pkgproj | 2 +- installer/installer.iss | 2 +- src/obs-websocket.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/macos/obs-websocket.pkgproj b/CI/macos/obs-websocket.pkgproj index b8159920..ab803ecc 100644 --- a/CI/macos/obs-websocket.pkgproj +++ b/CI/macos/obs-websocket.pkgproj @@ -635,7 +635,7 @@ OVERWRITE_PERMISSIONS VERSION - 4.5.0 + 4.5.1 PROJECT_COMMENTS diff --git a/installer/installer.iss b/installer/installer.iss index c7429dc2..82fe8fff 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.5.0" +#define MyAppVersion "4.5.1" #define MyAppPublisher "Stephane Lepin" #define MyAppURL "http://github.com/Palakis/obs-websocket" diff --git a/src/obs-websocket.h b/src/obs-websocket.h index 0bb4aed3..499c7d81 100644 --- a/src/obs-websocket.h +++ b/src/obs-websocket.h @@ -39,7 +39,7 @@ using OBSOutputAutoRelease = OBSRef; #define PROP_AUTHENTICATED "wsclient_authenticated" -#define OBS_WEBSOCKET_VERSION "4.5.0" +#define OBS_WEBSOCKET_VERSION "4.5.1" #define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)