Skip to content

1.4.0

Compare
Choose a tag to compare
@G00fY2 G00fY2 released this 22 Mar 21:17
f62b83e

MOVED TO MAVEN-CENTRAL

  • future releases will only be available on Maven Central
  • package name had to be changed due to restrictions of the verification process
  • logic is untouched
  • updated build scripts, add GitHub Actions CI and SonarCloud integration

Migration Guide:

Change your Gradle or maven dependency

com.g00fy2:versioncompare:1.3.7
->
io.github.g00fy2:versioncompare:1.4.0

Change you imports

import com.g00fy2.versioncompare.Version
->
import io.github.g00fy2.versioncompare.Version