diff --git a/README.md b/README.md index 2fd3bf1..9b541dd 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Maven Info com.dorkbox Version - 3.0 + 3.1 ``` @@ -321,7 +321,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:Version:3.0") + implementation("com.dorkbox:Version:3.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 825ec68..76eed97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ object Extras { const val description = "Java Semantic Versioning with exceptions." const val group = "com.dorkbox" - const val version = "3.0" + const val version = "3.1" // set as project.ext const val name = "Version" diff --git a/src/dorkbox/version/Version.kt b/src/dorkbox/version/Version.kt index 04f886d..4dd5b76 100644 --- a/src/dorkbox/version/Version.kt +++ b/src/dorkbox/version/Version.kt @@ -217,7 +217,7 @@ internal constructor( /** * Gets the version number. */ - const val version = "3.0" + const val version = "3.1" init { // Add this project to the updates system, which verifies this class + UUID + version information