Skip to content

Commit

Permalink
Bump version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Jun 20, 2024
1 parent 31a1f2a commit 76561b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.starry.ktscheduler"
version = "1.1.2"
version = "1.1.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -112,4 +112,4 @@ tasks.register("printLineCoverage") {
}
println("%.1f".format(coveragePercent))
}
}
}

0 comments on commit 76561b8

Please sign in to comment.