From a user:
In my app I have knowledge of the current version and a proposed upgrade version. I'm using EDSemver to compare the two to determine if the app is out of date. If it is I'd like to show an alert to the user to tell them there's version foobarbaz available. To save myself copying the new version string from wherever it comes, feeding it into a EDSemver instance and then referring to the copied version for the alert I publicized original out of EDSemver so I can use it in the alert.
Potential fix in #11
From a user:
Potential fix in #11