BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit e8943a6c4d539b9edb12315489e752bdad598a80
parent 87b29b4556bc157c84c728d3deccccda21df6ce2
Author: Matt Demanett <matt@demanett.net>
Date:   Tue,  4 Jun 2019 20:17:33 -0400

v1: add brand field to plugin.json.

Diffstat:
Mplugin.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugin.json b/plugin.json @@ -3,7 +3,8 @@ "name": "Bogaudio", "version": "1.0.17", "license": "BSD-3-Clause", - "author": "Bogaudio", + "brand": "Bogaudio", + "author": "Matt Demanett", "authorEmail": "", "authorUrl": "", "pluginUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", @@ -474,4 +475,4 @@ ] } ] -} -\ No newline at end of file +}