From 624c293205844569a4bb8564f713bedab065dd30 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 16 Feb 2025 03:20:41 -0500 Subject: [PATCH] Update manifest ChemicalElements to 2.0.0, QuantalAudio to 2.2.2, wildergarden to 2.0.1 --- manifests-cache.json | 16 +++++++++++++-- manifests/ChemicalElements.json | 35 +++++++++++++++++++++++++++++++++ manifests/QuantalAudio.json | 3 ++- manifests/wildergarden.json | 4 ++-- 4 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 manifests/ChemicalElements.json diff --git a/manifests-cache.json b/manifests-cache.json index 9453f786..879fbd57 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -5143,7 +5143,7 @@ } }, "QuantalAudio": { - "buildTimestamp": 1738991893.394538, + "buildTimestamp": 1739693798.2928975, "creationTimestamp": 1543672744.0, "modules": { "Blank1": { @@ -14919,7 +14919,7 @@ } }, "wildergarden": { - "buildTimestamp": 1738441992.256793, + "buildTimestamp": 1739693808.4286087, "creationTimestamp": 1738441992.4482398, "modules": { "Dimit": { @@ -14929,5 +14929,17 @@ "creationTimestamp": 1738441992.630795 } } + }, + "ChemicalElements": { + "buildTimestamp": 1739693755.493783, + "creationTimestamp": 1739693808.6380758, + "modules": { + "Tritium": { + "creationTimestamp": 1739693808.7055185 + }, + "Lead": { + "creationTimestamp": 1739693808.7680147 + } + } } } \ No newline at end of file diff --git a/manifests/ChemicalElements.json b/manifests/ChemicalElements.json new file mode 100644 index 00000000..fca7fca2 --- /dev/null +++ b/manifests/ChemicalElements.json @@ -0,0 +1,35 @@ +{ + "slug": "ChemicalElements", + "name": "Chemical Elements", + "version": "2.0.0", + "license": "GPL-3.0+", + "brand": "", + "author": "Julia Scheaffer", + "authorEmail": "me@gisch.dev", + "authorUrl": "https://gisch.dev", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://gitlab.com/pythongirl/chemical-elements", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Tritium", + "name": "Tritium", + "description": "Poisson process trigger generator", + "manualUrl": "https://gitlab.com/pythongirl/chemical-elements/-/wikis/Tritium", + "tags": [ + "Random", + "Clock generator" + ] + }, + { + "slug": "Lead", + "name": "Lead", + "description": "Dual constant voltage", + "tags": [ + "Dual" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/QuantalAudio.json b/manifests/QuantalAudio.json index e9447d66..2f856b86 100644 --- a/manifests/QuantalAudio.json +++ b/manifests/QuantalAudio.json @@ -1,7 +1,7 @@ { "slug": "QuantalAudio", "name": "QuantalAudio", - "version": "2.2.0", + "version": "2.2.2", "license": "GPL-3.0-or-later", "brand": "QuantalAudio", "author": "Jansen Price", @@ -10,6 +10,7 @@ "pluginUrl": "https://github.com/sumpygump/quantal-audio", "manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md", "sourceUrl": "https://github.com/sumpygump/quantal-audio", + "changelogUrl": "https://github.com/sumpygump/quantal-audio/blob/master/changelog.md", "donateUrl": "", "modules": [ { diff --git a/manifests/wildergarden.json b/manifests/wildergarden.json index b7282291..23ab547d 100644 --- a/manifests/wildergarden.json +++ b/manifests/wildergarden.json @@ -1,8 +1,8 @@ { "slug": "wildergarden", "name": "wildergarden", - "version": "2.0.0", - "license": "GPL-3.0-only", + "version": "2.0.1", + "license": "GPL-3.0-or-later", "brand": "wildergarden", "author": "wildergarden", "authorEmail": "",