diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index c8dcc26cc..16275a1ae 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -1,10 +1,10 @@ { "url": "https://obsproject.com/obs2_update/rtmp-services", - "version": 96, + "version": 97, "files": [ { "name": "services.json", - "version": 96 + "version": 97 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index a566881b5..8dfcb9a12 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1,5 +1,5 @@ { - "format_version": 1, + "format_version": 2, "services": [ { "name": "Twitch", diff --git a/plugins/rtmp-services/rtmp-format-ver.h b/plugins/rtmp-services/rtmp-format-ver.h index b861e1829..8e4952a71 100644 --- a/plugins/rtmp-services/rtmp-format-ver.h +++ b/plugins/rtmp-services/rtmp-format-ver.h @@ -1,3 +1,3 @@ #pragma once -#define RTMP_SERVICES_FORMAT_VERSION 1 +#define RTMP_SERVICES_FORMAT_VERSION 2