updated version

master Version_1.7
Robinson 2022-06-29 23:10:24 +02:00
parent b40e4cc08e
commit 50a603aa4f
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Config</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
</dependencies>
```
@ -44,7 +44,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Config:1.6")
implementation("com.dorkbox:Config:1.7")
}
```

View File

@ -38,7 +38,7 @@ object Extras {
// set for the project
const val description = "Configuration properties that can be defined via the CLI, system properties, environment variables, or file."
const val group = "com.dorkbox"
const val version = "1.6"
const val version = "1.7"
// set as project.ext
const val name = "Config"

View File

@ -54,7 +54,7 @@ open class Config<T: Any>(
/**
* Gets the version number.
*/
const val version = "1.6"
const val version = "1.7"
init {
// Add this project to the updates system, which verifies this class + UUID + version information