From 4a81e6a108dcfe6feb486e3bc2218cdd11b9130d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 17 Jan 2019 21:12:17 -0500 Subject: [PATCH] Add Core --- manifests/Core.json | 11 +++++++++++ manifests/Fundamental.json | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 manifests/Core.json diff --git a/manifests/Core.json b/manifests/Core.json new file mode 100644 index 00000000..11b94fb8 --- /dev/null +++ b/manifests/Core.json @@ -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" +} \ No newline at end of file diff --git a/manifests/Fundamental.json b/manifests/Fundamental.json index 78a5f920..7a9c4b19 100644 --- a/manifests/Fundamental.json +++ b/manifests/Fundamental.json @@ -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" } \ No newline at end of file