diff --git a/README.md b/README.md index 2da16aa..060ea64 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Maven Info com.dorkbox KloudflareAPI - 1.5 + 1.6 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2bf6b23..d88ac58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ object Extras { // set for the project const val description = "Cloudflare API v4 for Kotlin" const val group = "com.dorkbox" - const val version = "1.5" + const val version = "1.6" // set as project.ext const val name = "KloudflareAPI" diff --git a/src/dorkbox/kloudflareApi/Kloudflare.kt b/src/dorkbox/kloudflareApi/Kloudflare.kt index 69ed48d..4d5d4f6 100644 --- a/src/dorkbox/kloudflareApi/Kloudflare.kt +++ b/src/dorkbox/kloudflareApi/Kloudflare.kt @@ -47,7 +47,7 @@ class Kloudflare(private val xAuthEmail: String, private val xAuthKey: String) { /** * Gets the version number. */ - const val version = "1.5" + const val version = "1.6" init { // Add this project to the updates system, which verifies this class + UUID + version information