Browse Source

Make VCV plugins available

pull/379/merge
Andrew Belt 7 years ago
parent
commit
28085801b7
3 changed files with 6 additions and 3 deletions
  1. +2
    -1
      manifests/VCV-Console.json
  2. +2
    -1
      manifests/VCV-PulseMatrix.json
  3. +2
    -1
      manifests/VCV-Router.json

+ 2
- 1
manifests/VCV-Console.json View File

@@ -6,5 +6,6 @@
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/Console.html#manual",
"latestVersion": "0.6.0",
"productId": "521624682539"
"productId": "521624682539",
"status": "available"
}

+ 2
- 1
manifests/VCV-PulseMatrix.json View File

@@ -6,5 +6,6 @@
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/PulseMatrix.html#manual",
"latestVersion": "0.6.0",
"productId": "449821147179"
"productId": "449821147179",
"status": "available"
}

+ 2
- 1
manifests/VCV-Router.json View File

@@ -6,5 +6,6 @@
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/Router.html#manual",
"latestVersion": "0.6.0",
"productId": "1054185160747"
"productId": "1054185160747",
"status": "available"
}

Loading…
Cancel
Save