djpeterso23662 / MrLumps

MrLumps VCV Rack Modules
MIT License
11 stars 1 forks source link

Fix versioning to be accepted into the Rack community repository #7

Closed AndrewBelt closed 6 years ago

AndrewBelt commented 6 years ago

Rack v0.5.1 will include a plugin manager, and plugins need to follow the versioning guidelines in order to be accepted. You can use this example plugin Makefile and Tutorial.cpp file as a reference for making sure the version is the same in the C++, Makefile, and JSON manifest.

Once you've fixed this, send a PR to the Rack community repository, fixing the version is applicable and removing the "disabled" property in the JSON manifest file if present.

djpeterso23662 commented 6 years ago

Thanks very much, Andrew, for the notification. I believe I have made the correct changes to the C++, Makefile, and JSON manifest. These changes will be committed in release 0.5.2 of MrLumps.

djpeterso23662 commented 6 years ago

Closed with VCVRack/Community#124. Thank you!