chore(release): version bump

This commit is contained in:
Stéphane L 2018-11-01 13:22:26 +01:00
parent c31ec077f5
commit c206cdfa4c
3 changed files with 3 additions and 3 deletions

View File

@ -635,7 +635,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.4.0</string>
<string>4.5.0</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "obs-websocket"
#define MyAppVersion "4.4.0"
#define MyAppVersion "4.5.0"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"

View File

@ -39,7 +39,7 @@ using OBSOutputAutoRelease =
OBSRef<obs_output_t*, ___output_dummy_addref, obs_output_release>;
#define PROP_AUTHENTICATED "wsclient_authenticated"
#define OBS_WEBSOCKET_VERSION "4.4.0"
#define OBS_WEBSOCKET_VERSION "4.5.0"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)