diff --git a/CI/macos/obs-websocket.pkgproj b/CI/macos/obs-websocket.pkgproj
index 33ba1788..84d44ae1 100644
--- a/CI/macos/obs-websocket.pkgproj
+++ b/CI/macos/obs-websocket.pkgproj
@@ -518,7 +518,7 @@
OVERWRITE_PERMISSIONS
VERSION
- 4.6.0
+ 4.6.1
PROJECT_COMMENTS
diff --git a/installer/installer.iss b/installer/installer.iss
index f1872439..5092134b 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.6.0"
+#define MyAppVersion "4.6.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 051604a9..bd86f0ad 100644
--- a/src/obs-websocket.h
+++ b/src/obs-websocket.h
@@ -51,6 +51,6 @@ ConfigPtr GetConfig();
WSServerPtr GetServer();
WSEventsPtr GetEventsSystem();
-#define OBS_WEBSOCKET_VERSION "4.6.0"
+#define OBS_WEBSOCKET_VERSION "4.6.1"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)