free-audio / clap-plugins

MIT License
61 stars 9 forks source link

[Reference] Version checking logic that works quite well #11

Closed IcedQuinn closed 1 year ago

IcedQuinn commented 1 year ago

I saw the headers mention a regular expression for version checking. Foundry VTT actually has a versioning scheme that works quite well and I thought I would leave a link to it here for reference https://foundryvtt.com/article/intro-development/

It appears to be:

This seems to be simple enough to spec rather than winging it with the regex that is in the headers now.

IcedQuinn commented 1 year ago

Argh, wrong repo.