Browse Source

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

Also bump the services.json version
Lain 2 years ago
parent
commit
93609e3e72
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/rtmp-services/data/package.json

+ 3 - 3
plugins/rtmp-services/data/package.json

@@ -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
         }
     ]
 }