updated version

master
Robinson 2023-01-26 19:14:43 +01:00
parent 14b7ba1301
commit 073c52fcba
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -311,7 +311,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Version</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>
</dependencies>
```
@ -321,7 +321,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Version:3.0")
implementation("com.dorkbox:Version:3.1")
}
```

View File

@ -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"

View File

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