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__)