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?
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?