Skip to content

Commit d2349c8

Browse files
Release 0.0.6
1 parent fd3e840 commit d2349c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function(setup_obs_lib_dependency target)
3434
endif()
3535
endfunction()
3636

37-
project(elgato-marketplace VERSION 0.0.5)
37+
project(elgato-marketplace VERSION 0.0.6)
3838

3939
if(${CMAKE_PROJECT_NAME} STREQUAL "obs-studio")
4040
set(OBS_FRONTEND_API_NAME "frontend-api")

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"name": "elgato-marketplace",
4242
"displayName": "Elgato Marketplace Plugin",
43-
"version": "0.0.5",
43+
"version": "0.0.6",
4444
"author": "Elgato",
4545
"website": "https://elgato.com",
4646
"email": "support@elgato.com",

src/elgato-cloud-window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ void CloseElgatoCloudWindow()
795795

796796
extern void InitElgatoCloud(obs_module_t *module)
797797
{
798-
obs_log(LOG_INFO, "version: %s", "0.0.5");
798+
obs_log(LOG_INFO, "version: %s", "0.0.6");
799799

800800
elgatoCloud = new ElgatoCloud(module);
801801
QAction *action = (QAction *)obs_frontend_add_tools_menu_qaction(

src/plugin-support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
2121
extern void blogva(int log_level, const char *format, va_list args);
2222

2323
const char *PLUGIN_NAME = "elgato-marketplace";
24-
const char *PLUGIN_VERSION = "0.0.5";
24+
const char *PLUGIN_VERSION = "0.0.6";
2525

2626
void obs_log(int log_level, const char *format, ...)
2727
{

0 commit comments

Comments
 (0)