diff --git a/CI/macos/obs-websocket.pkgproj b/CI/macos/obs-websocket.pkgproj
index 6e6e94299..63456b49f 100644
--- a/CI/macos/obs-websocket.pkgproj
+++ b/CI/macos/obs-websocket.pkgproj
@@ -635,7 +635,7 @@
OVERWRITE_PERMISSIONS
VERSION
- 4.3.1
+ 4.3.2
PROJECT_COMMENTS
diff --git a/installer/installer.iss b/installer/installer.iss
index 92e7572f6..83abbd16a 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.3.1"
+#define MyAppVersion "4.3.2"
#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 08ba5705a..ac7526813 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.3.1"
+#define OBS_WEBSOCKET_VERSION "4.3.2"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)