From 8d5752d6b5a0479452804a04b26fa289c3eb83b7 Mon Sep 17 00:00:00 2001 From: Palakis Date: Wed, 15 Feb 2017 20:18:06 +0100 Subject: [PATCH] Version bump to the next release during dev --- installer/installer.iss | 2 +- obs-websocket.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installer.iss b/installer/installer.iss index 9dc75f51..ec4c39cb 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 "0.3.2" +#define MyAppVersion "0.4.0" #define MyAppPublisher "Stéphane Lepin" #define MyAppURL "http://github.com/Palakis/obs-websocket" diff --git a/obs-websocket.h b/obs-websocket.h index 835e75ae..492ec53b 100644 --- a/obs-websocket.h +++ b/obs-websocket.h @@ -20,6 +20,6 @@ with this program. If not, see #define OBSWEBSOCKET_H #define PROP_AUTHENTICATED "wsclient_authenticated" -#define OBS_WEBSOCKET_VERSION "0.3.2" +#define OBS_WEBSOCKET_VERSION "0.4.0" #endif // OBSWEBSOCKET_H \ No newline at end of file