You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2021. It is now read-only.
I wonder why version 0.12 comes before 0.2. If it would be 0.1.2 and 0.2 it would be clear, but with the current schema it is confusing not just for me, but for Gradle as well. If you use something like 0.+ as version number in the dependencies, it picks up 0.12 and not 0.2.
What do you think about using semantic versioning (http://semver.org/spec/v2.0.0.html), which is a nice standard, in my opinion?