rtmp-services: Specify RTMP_SERVICES_FORMAT_VERSION in package.json

This commit is contained in:
Richard Stanway
2023-01-06 20:48:07 +01:00
committed by Rodney
parent 00b4d19e77
commit b51773b97b
+3 -3
View File
@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 215,
"url": "https://obsproject.com/obs2_update/rtmp-services/v4",
"version": 216,
"files": [
{
"name": "services.json",
"version": 215
"version": 216
}
]
}