Skip to content

Commit

Permalink
rtmp-services: Fix package.json not using correct ver.
Browse files Browse the repository at this point in the history
Also bump the services.json version
  • Loading branch information
Lain-B committed Jul 24, 2023
1 parent 6255267 commit 93609e3
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/v4",
"version": 230,
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 231,
"files": [
{
"name": "services.json",
"version": 230
"version": 231
}
]
}

0 comments on commit 93609e3

Please sign in to comment.