Updated version

This commit is contained in:
Robinson 2022-12-06 12:03:21 +01:00
parent a878289779
commit cccefe0c1f
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>KloudflareAPI</artifactId>
<version>1.6</version>
<version>2.0</version>
</dependency>
</dependencies>
```

View File

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

View File

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