VCVRack / Fundamental

https://vcvrack.com/Fundamental
Other
236 stars 76 forks source link

Default version in Rack-2 SDK helper.py should be 2.0.0 not 1.0.0 #128

Closed miiasiia closed 3 years ago

miiasiia commented 3 years ago

It's better to change manifest['version'] = input_default("Version", manifest.get('version', "1.0.0")) to manifest['version'] = input_default("Version", manifest.get('version', "2.0.0"))

AndrewBelt commented 3 years ago

Thanks, fixed, but this is the Fundamental issue tracker. For issues with the Rack source code, report issues to https://vcvrack.com/support.