diff --git a/README.md b/README.md index 011b427..a2cbc2a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Maven Info com.dorkbox Config - 2.9 + 2.9.1 ``` @@ -44,7 +44,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:Config:2.9") + implementation("com.dorkbox:Config:2.9.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 1eaff57..5b8416c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ object Extras { // set for the project const val description = "CLI, system properties, environment variables, or JSON text/file input processing." const val group = "com.dorkbox" - const val version = "2.9" + const val version = "2.9.1" // set as project.ext const val name = "Config" @@ -81,7 +81,7 @@ tasks.jar.get().apply { dependencies { api(kotlin("reflect")) - api("com.dorkbox:Json:1.8") + api("com.dorkbox:Json:1.9") api("com.dorkbox:OS:1.11") api("com.dorkbox:Updates:1.1") diff --git a/src/dorkbox/config/ConfigProcessor.kt b/src/dorkbox/config/ConfigProcessor.kt index 4b2f09a..e80aa82 100644 --- a/src/dorkbox/config/ConfigProcessor.kt +++ b/src/dorkbox/config/ConfigProcessor.kt @@ -121,7 +121,7 @@ class ConfigProcessor /** * Gets the version number. */ - const val version = "2.9" + const val version = "2.9.1" init { // Add this project to the updates system, which verifies this class + UUID + version information