Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
🎉 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 10, 2023
1 parent b11e3ab commit 3cdcfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply(plugin = "org.jmailen.kotlinter")

group = "dev.s7a"
version = "1.1.0-SNAPSHOT"
version = "1.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3cdcfc8

Please sign in to comment.