Browse Source

Add Core

master
Andrew Belt 6 years ago
parent
commit
4a81e6a108
2 changed files with 12 additions and 2 deletions
  1. +11
    -0
      manifests/Core.json
  2. +1
    -2
      manifests/Fundamental.json

+ 11
- 0
manifests/Core.json View File

@@ -0,0 +1,11 @@
{
"name": "Core",
"author": "VCV",
"license": "BSD-3-Clause",
"pluginUrl": "https://vcvrack.com/manual/Core.html",
"authorUrl": "https://vcvrack.com/",
"authorEmail": "contact@vcvrack.com",
"manualUrl": "https://vcvrack.com/manual/Core.html",
"sourceUrl": "https://github.com/VCVRack/Rack/tree/v0.6/src/Core",
"latestVersion": "0.6.2c"
}

+ 1
- 2
manifests/Fundamental.json View File

@@ -7,6 +7,5 @@
"authorEmail": "contact@vcvrack.com",
"manualUrl": "https://vcvrack.com/Fundamental.html#manual",
"sourceUrl": "https://github.com/VCVRack/Fundamental",
"latestVersion": "0.6.2",
"status": "available"
"latestVersion": "0.6.2"
}

Loading…
Cancel
Save