From 718fe13f8d6fa4c0981bceec87c3600399cd42ff Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 22 Feb 2020 00:51:15 -0500 Subject: [PATCH] Update manifest for PS-PurrSoftware, NonlinearCircuits, 23volts --- manifests/23volts.json | 2 +- manifests/NonlinearCircuits.json | 47 ++++++++++++++++++++++++++++++++ manifests/PS-PurrSoftware.json | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 manifests/NonlinearCircuits.json diff --git a/manifests/23volts.json b/manifests/23volts.json index 5c2df834..3e054662 100644 --- a/manifests/23volts.json +++ b/manifests/23volts.json @@ -1,7 +1,7 @@ { "slug": "23volts", "name": "23volts", - "version": "1.1.4", + "version": "1.1.5", "license": "GPL-3.0-only", "brand": "23volts", "author": "R\u00e9mi Collin", diff --git a/manifests/NonlinearCircuits.json b/manifests/NonlinearCircuits.json new file mode 100644 index 00000000..8f7a9594 --- /dev/null +++ b/manifests/NonlinearCircuits.json @@ -0,0 +1,47 @@ +{ + "slug": "NonlinearCircuits", + "name": "Nonlinear Circuits", + "version": "1.0.0", + "license": "GPL-3.0-only", + "author": "Michael Hetrick", + "authorEmail": "", + "authorUrl": "https://mhetrick.com", + "pluginUrl": "http://nonlinearcircuits.blogspot.com/", + "manualUrl": "https://github.com/mhetrick/nonlinearcircuits", + "sourceUrl": "https://github.com/mhetrick/nonlinearcircuits", + "modules": [ + { + "slug": "BOOLs", + "name": "BOOLs", + "description": "Four binary logic jumblers. Panel by Papernoise.", + "tags": [ + "Logic", + "Hardware Clone", + "Quad" + ] + }, + { + "slug": "DoubleNeuron", + "name": "Double Neuron", + "description": "Two Neurons and Two Difference Rectifiers. Panel by Papernoise.", + "tags": [ + "Mixer", + "Noise", + "Utility", + "Random", + "Hardware Clone", + "Dual" + ] + }, + { + "slug": "SquidAxon", + "name": "Squid Axon", + "description": "Mixer, Shift Register, and Feedback. ", + "tags": [ + "Mixer", + "Random", + "Hardware Clone" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json index 3a9cdd69..90db6fc0 100644 --- a/manifests/PS-PurrSoftware.json +++ b/manifests/PS-PurrSoftware.json @@ -1,7 +1,7 @@ { "slug": "PS-PurrSoftware", "name": "PS-PurrSoftware", - "version": "1.0.4", + "version": "1.0.5", "license": "GPL-3.0-or-later", "brand": "PurrSoftware", "author": "Ken Chaffin",