Browse Source

Revert rcm manifest.

pull/785/head
Andrew Belt 3 years ago
parent
commit
7ada57d455
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      manifests/rcm.json

+ 10
- 2
manifests/rcm.json View File

@@ -2,13 +2,13 @@
"slug": "rcm", "slug": "rcm",
"name": "RCM", "name": "RCM",
"brand": "RCM", "brand": "RCM",
"version": "2.0.0",
"version": "1.1.0",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"author": "RCM", "author": "RCM",
"authorEmail": "rcmmodules@tupper.org.uk", "authorEmail": "rcmmodules@tupper.org.uk",
"authorUrl": "https://github.com/Rcomian", "authorUrl": "https://github.com/Rcomian",
"pluginUrl": "https://github.com/Rcomian/rcm-modules", "pluginUrl": "https://github.com/Rcomian/rcm-modules",
"manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v2/README.md",
"manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v0.6/README.md",
"sourceUrl": "https://github.com/Rcomian/rcm-modules", "sourceUrl": "https://github.com/Rcomian/rcm-modules",
"donateUrl": "", "donateUrl": "",
"modules": [ "modules": [
@@ -100,6 +100,14 @@
"tags": [ "tags": [
"Sequencer" "Sequencer"
] ]
},
{
"slug": "AudioInterface16",
"name": "Audio Interface 16",
"description": "A reskin of the Audio16 Interface (only kept for backwards compat)",
"tags": [
"External"
]
} }
] ]
} }

Loading…
Cancel
Save