Browse Source

Update manifest for StellareModular-Link

v1
Andrew Belt 5 years ago
parent
commit
7e40c708e0
2 changed files with 33 additions and 21 deletions
  1. +4
    -1
      manifests-cache.json
  2. +29
    -20
      manifests/StellareModular-Link.json

+ 4
- 1
manifests-cache.json View File

@@ -4764,11 +4764,14 @@
} }
}, },
"StellareModular-Link": { "StellareModular-Link": {
"buildTimestamp": 1560536516.0,
"buildTimestamp": 1586840938.5043473,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"Link": { "Link": {
"creationTimestamp": 1560689095.0 "creationTimestamp": 1560689095.0
},
"Link2": {
"creationTimestamp": 1586840940.9786546
} }
} }
}, },


+ 29
- 20
manifests/StellareModular-Link.json View File

@@ -1,21 +1,30 @@
{ {
"slug": "StellareModular-Link",
"version": "1.0.0",
"name": "Stellare Link",
"brand": "Stellare Modular",
"author": "Stellare Modular",
"license": "GPL-3",
"authorEmail": "stellaremodular@gmail.com",
"pluginUrl": "https://github.com/stellare-modular/vcv-link",
"authorUrl": "https://www.facebook.com/stellaremodular",
"sourceUrl": "https://github.com/stellare-modular/vcv-link",
"manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md",
"donateUrl": "https://paypal.me/stellaremodular",
"modules": [
{
"slug": "Link",
"name": "Link",
"tags": ["Clock"]
}
]
}
"slug": "StellareModular-Link",
"version": "1.1.0",
"name": "Stellare Link",
"brand": "Stellare Modular",
"author": "Stellare Modular",
"license": "GPL-3",
"authorEmail": "stellaremodular@gmail.com",
"pluginUrl": "https://github.com/stellare-modular/vcv-link",
"authorUrl": "https://www.facebook.com/stellaremodular",
"sourceUrl": "https://github.com/stellare-modular/vcv-link",
"manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md",
"donateUrl": "https://paypal.me/stellaremodular",
"modules": [
{
"slug": "Link",
"name": "Link",
"tags": [
"Clock"
]
},
{
"slug": "Link2",
"name": "Link v2",
"tags": [
"Clock"
]
}
]
}

Loading…
Cancel
Save