Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@G00fY2 G00fY2 released this 02 Jan 14:44
10e9907
  • changed version number handling from Integer to Long
    • getSubversionNumbers() now returns a list of Long
    • getMajor(), getMinor(), getPatch() now return long
  • optimized and cleanup compare logic to use the Comparable methods
  • changed nullability annotations to org.jetbrains.annotations
  • fixed a bug where the pre-release version number was not detected due to case sensitivity
  • add Kotlin samples to the README