Skip to content

Commit

Permalink
base: Update plugin version to 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tt2468 committed Jun 10, 2021
1 parent 1eb02e7 commit 9a8d283
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CI/macos/obs-websocket.pkgproj
Expand Up @@ -518,7 +518,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.9.0</string>
<string>4.9.1</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(obs-websocket VERSION 4.9.0)
project(obs-websocket VERSION 4.9.1)

set(CMAKE_PREFIX_PATH "${QTDIR}")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/introduction.md
@@ -1,4 +1,4 @@
# obs-websocket 4.9.0 protocol reference
# obs-websocket 4.9.1 protocol reference

# General Introduction
Messages are exchanged between the client and the server as JSON objects.
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "obs-websocket"
#define MyAppVersion "4.9.0"
#define MyAppVersion "4.9.1"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"

Expand Down
2 changes: 1 addition & 1 deletion src/obs-websocket.h
Expand Up @@ -57,6 +57,6 @@ WSServerPtr GetServer();
WSEventsPtr GetEventsSystem();
void ShowPasswordSetting();

#define OBS_WEBSOCKET_VERSION "4.9.0"
#define OBS_WEBSOCKET_VERSION "4.9.1"

#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)

0 comments on commit 9a8d283

Please sign in to comment.