Skip to content

Commit

Permalink
rtmp-services: Specify RTMP_SERVICES_FORMAT_VERSION in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
notr1ch authored and derrod committed Jan 6, 2023
1 parent 00b4d19 commit b51773b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit b51773b

Please sign in to comment.