From cccefe0c1fdc0e9379e58d7d3ee160fa1194fc9c Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 6 Dec 2022 12:03:21 +0100 Subject: [PATCH] Updated version --- README.md | 2 +- build.gradle.kts | 2 +- src/dorkbox/kloudflareApi/Kloudflare.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 060ea64..ca39e01 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Maven Info com.dorkbox KloudflareAPI - 1.6 + 2.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index e7bc6cb..a356d17 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.6" + const val version = "2.0" // set as project.ext const val name = "KloudflareAPI" diff --git a/src/dorkbox/kloudflareApi/Kloudflare.kt b/src/dorkbox/kloudflareApi/Kloudflare.kt index 4d5d4f6..1f09bb2 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.6" + const val version = "2.0" init { // Add this project to the updates system, which verifies this class + UUID + version information