From fe77e698083fad96e35ba51b945814c038fec7cd Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 13 Jul 2019 22:51:00 -0700 Subject: [PATCH] Update build for squinkylabs-plug1, Bogaudio, JW-Modules --- manifests/Bogaudio.json | 2 +- manifests/JW-Modules.json | 11 ++++++++++- manifests/squinkylabs-plug1.json | 24 ++++++++++++------------ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 6c5282a7..efbd8e0b 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,7 +1,7 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "1.1.19", + "version": "1.1.20", "license": "BSD-3-Clause", "brand": "Bogaudio", "author": "Matt Demanett", diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index edaf27ed..3805d39d 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -8,7 +8,8 @@ "authorUrl": "http://jeremywentworth.com/", "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", "sourceUrl": "https://github.com/jeremywen/JW-Modules", - "version": "1.0.4", + "donateUrl": "https://www.paypal.me/jeremywen", + "version": "1.0.5", "modules": [ { "slug": "BlankPanel_SM", @@ -75,6 +76,14 @@ "Poly" ] }, + { + "slug": "NoteSeq16", + "name": "NoteSeq16", + "tags": [ + "Sequencer", + "Poly" + ] + }, { "slug": "Quantizer", "name": "Quantizer", diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index 29c9b62f..6b374456 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -3,12 +3,12 @@ "name": "Squinky Labs", "author": "Squinky Labs", "license": "CC0-1.0", - "pluginUrl": "https://github.com/squinkylabs/SquinkyVCV/README.md", - "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/README.md", + "pluginUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/README.md", + "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/README.md", "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", - "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/CHANGELOG.md", - "version": "1.0.1", + "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/CHANGELOG.md", + "version": "1.0.2", "modules": [ { "slug": "squinkylabs-ev3", @@ -28,14 +28,6 @@ "Filter" ] }, - { - "slug": "squinkylabs-funv", - "name": "Functional VCO-1", - "description": "Multi-function VCO with low aliasing", - "tags": [ - "VCO" - ] - }, { "slug": "squinkylabs-lfn", "name": "LFN", @@ -199,6 +191,14 @@ "tags": [ "VCF" ] + }, + { + "slug": "squinkylabs-funv", + "name": "Functional VCO-1", + "description": "[deprecated] Multi-function VCO with low aliasing", + "tags": [ + "VCO" + ] } ] } \ No newline at end of file