diff --git a/manifests/VCV-Recorder.json b/manifests/VCV-Recorder.json index 22f7af2d..dba9f795 100644 --- a/manifests/VCV-Recorder.json +++ b/manifests/VCV-Recorder.json @@ -1,19 +1,23 @@ { - "slug": "VCV-Recorder", - "license": "BSD-3-Clause", - "version": "1.0.0", - "name": "Recorder", - "brand": "VCV", - "author": "VCV", - "authorEmail": "contact@vcvrack.com", - "authorUrl": "https://vcvrack.com/", - "sourceUrl": "https://github.com/VCVRack/VCV-Recorder", - "modules": [ - { - "slug": "Recorder", - "name": "Recorder", - "description": "Records stereo audio and video from Rack screen a file", - "tags": ["Recording", "Visual"] - } - ] + "slug": "VCV-Recorder", + "license": "BSD-3-Clause", + "version": "1.0.1", + "name": "Recorder", + "brand": "VCV", + "author": "VCV", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://vcvrack.com/", + "sourceUrl": "https://github.com/VCVRack/VCV-Recorder", + "changelogUrl": "https://github.com/VCVRack/VCV-Recorder/blob/v1/CHANGELOG.md", + "modules": [ + { + "slug": "Recorder", + "name": "Recorder", + "description": "Records stereo audio and video from Rack screen a file", + "tags": [ + "Recording", + "Visual" + ] + } + ] } \ No newline at end of file