rtmp-services: Update service json format version

Some of the format of the Json changed (adding alt_names), so update the
format version to prevent it from being used with older versions.
master
jp9000 2019-01-05 07:09:19 -08:00
parent 6a0b9517db
commit 13ee5e00bb
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 96,
"version": 97,
"files": [
{
"name": "services.json",
"version": 96
"version": 97
}
]
}

View File

@ -1,5 +1,5 @@
{
"format_version": 1,
"format_version": 2,
"services": [
{
"name": "Twitch",

View File

@ -1,3 +1,3 @@
#pragma once
#define RTMP_SERVICES_FORMAT_VERSION 1
#define RTMP_SERVICES_FORMAT_VERSION 2