Skip to content

Commit f7c035f

Browse files
authored
Update versions to 6.0. (#97)
1 parent 76053c8 commit f7c035f

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "AudioOnlyComponent",
3-
"componentVersion": "5.1",
4-
"middlewareVersion": "5.1",
3+
"componentVersion": "6.0",
4+
"middlewareVersion": "6.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/AudioOnlyComponent/lib/libmpfAudioOnly.so",
77
"environmentVariables": [

detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "GenericComponent",
3-
"componentVersion": "5.1",
4-
"middlewareVersion": "5.1",
3+
"componentVersion": "6.0",
4+
"middlewareVersion": "6.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/GenericComponent/lib/libmpfGeneric.so",
77
"environmentVariables": [

detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "HelloWorldComponent",
3-
"componentVersion": "5.1",
4-
"middlewareVersion": "5.1",
3+
"componentVersion": "6.0",
4+
"middlewareVersion": "6.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfHelloWorld.so",
77
"streamLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfStreamingHelloWorld.so",

detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "ImageTransformerComponent",
3-
"componentVersion": "5.1",
4-
"middlewareVersion": "5.1",
3+
"componentVersion": "6.0",
4+
"middlewareVersion": "6.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/ImageTransformerComponent/lib/libmpfImageTransformer.so",
77
"environmentVariables": [

detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "VideoCaptureComponent",
3-
"componentVersion": "5.1",
4-
"middlewareVersion": "5.1",
3+
"componentVersion": "6.0",
4+
"middlewareVersion": "6.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/VideoCaptureComponent/lib/libmpfVideoCapture.so",
77
"environmentVariables": [

0 commit comments

Comments
 (0)