rtmp-services: Fix package.json not using correct ver.

Also bump the services.json version
This commit is contained in:
Lain 2023-07-24 13:07:58 -07:00
parent 6255267a4d
commit 93609e3e72

View file

@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v4",
"version": 230,
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 231,
"files": [
{
"name": "services.json",
"version": 230
"version": 231
}
]
}