Browse Source

Update manifest ChemicalElements to 2.0.0, QuantalAudio to 2.2.2, wildergarden to 2.0.1

v2
Andrew Belt 2 months ago
parent
commit
624c293205
4 changed files with 53 additions and 5 deletions
  1. +14
    -2
      manifests-cache.json
  2. +35
    -0
      manifests/ChemicalElements.json
  3. +2
    -1
      manifests/QuantalAudio.json
  4. +2
    -2
      manifests/wildergarden.json

+ 14
- 2
manifests-cache.json View File

@@ -5143,7 +5143,7 @@
} }
}, },
"QuantalAudio": { "QuantalAudio": {
"buildTimestamp": 1738991893.394538,
"buildTimestamp": 1739693798.2928975,
"creationTimestamp": 1543672744.0, "creationTimestamp": 1543672744.0,
"modules": { "modules": {
"Blank1": { "Blank1": {
@@ -14919,7 +14919,7 @@
} }
}, },
"wildergarden": { "wildergarden": {
"buildTimestamp": 1738441992.256793,
"buildTimestamp": 1739693808.4286087,
"creationTimestamp": 1738441992.4482398, "creationTimestamp": 1738441992.4482398,
"modules": { "modules": {
"Dimit": { "Dimit": {
@@ -14929,5 +14929,17 @@
"creationTimestamp": 1738441992.630795 "creationTimestamp": 1738441992.630795
} }
} }
},
"ChemicalElements": {
"buildTimestamp": 1739693755.493783,
"creationTimestamp": 1739693808.6380758,
"modules": {
"Tritium": {
"creationTimestamp": 1739693808.7055185
},
"Lead": {
"creationTimestamp": 1739693808.7680147
}
}
} }
} }

+ 35
- 0
manifests/ChemicalElements.json View File

@@ -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"
]
}
]
}

+ 2
- 1
manifests/QuantalAudio.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "QuantalAudio", "slug": "QuantalAudio",
"name": "QuantalAudio", "name": "QuantalAudio",
"version": "2.2.0",
"version": "2.2.2",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "QuantalAudio", "brand": "QuantalAudio",
"author": "Jansen Price", "author": "Jansen Price",
@@ -10,6 +10,7 @@
"pluginUrl": "https://github.com/sumpygump/quantal-audio", "pluginUrl": "https://github.com/sumpygump/quantal-audio",
"manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md", "manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md",
"sourceUrl": "https://github.com/sumpygump/quantal-audio", "sourceUrl": "https://github.com/sumpygump/quantal-audio",
"changelogUrl": "https://github.com/sumpygump/quantal-audio/blob/master/changelog.md",
"donateUrl": "", "donateUrl": "",
"modules": [ "modules": [
{ {


+ 2
- 2
manifests/wildergarden.json View File

@@ -1,8 +1,8 @@
{ {
"slug": "wildergarden", "slug": "wildergarden",
"name": "wildergarden", "name": "wildergarden",
"version": "2.0.0",
"license": "GPL-3.0-only",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "wildergarden", "brand": "wildergarden",
"author": "wildergarden", "author": "wildergarden",
"authorEmail": "", "authorEmail": "",


Loading…
Cancel
Save