diff --git a/README.md b/README.md index 70b8344..9af50ca 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ repositories { } dependencies { - implementation("dev.s7a:gofile:1.0.0") + implementation("dev.s7a:gofile:1.1.0") // See also: https://ktor.io/docs/http-client-engines.html // implementation("io.ktor:ktor-client-???:$ktor_version") } @@ -91,7 +91,7 @@ repositories { } dependencies { - implementation "dev.s7a:gofile:1.0.0" + implementation "dev.s7a:gofile:1.1.0" // See also: https://ktor.io/docs/http-client-engines.html // implementation "io.ktor:ktor-client-???:$ktor_version" } diff --git a/build.gradle.kts b/build.gradle.kts index 92a9fac..5fdc376 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ allprojects { apply(plugin = "org.jmailen.kotlinter") group = "dev.s7a" - version = "1.1.0-SNAPSHOT" + version = "1.1.0" repositories { mavenCentral()