Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Callback validation into checkNewVersion (#117)
When app version do not correspond to Semantic Versioning the function semver.gt(...) throw a exception, so, I put the callback into a TryCatch as the others. Now, the developer can know if the version is wrong formatted.
- Loading branch information