updated plugins.json package urls

This commit is contained in:
reven
2021-11-21 10:12:55 +13:00
parent 7dae762afe
commit ffcdb8bee8
6 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
[
{
"Name": "BasicNodes",
"Version": "0.0.1.1",
"Package": "https://github.com/revenz/FileFlowsPlugins/Builds/BasicNodes.zip?raw=true"
"Version": "0.0.1.2",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/BasicNodes.zip?raw=true"
},
{
"Name": "VideoNodes",
"Version": "0.0.1.1",
"Package": "https://github.com/revenz/FileFlowsPlugins/Builds/VideoNodes.zip?raw=true"
"Version": "0.0.1.2",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/VideoNodes.zip?raw=true"
}
]