Skip to content

Commit 096e18a

Browse files
committed
fix: Version Numbers
1 parent fcf6572 commit 096e18a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.cufy"
10-
version = "1.0.2"
10+
version = "1.1.0"
1111

1212
repositories {
1313
mavenCentral()

src/main/kotlin/ktor/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ open class Configuration {
8282
* A function to be invoked after execution is
8383
* finished.
8484
*
85-
* @since 1.0.0
85+
* @since 1.1.0
8686
*/
8787
var executionResultBlock: suspend PipelineContext<Unit, ApplicationCall>.(
8888
ExecutionResult
@@ -181,7 +181,7 @@ fun Configuration.executionInput(
181181
/**
182182
* Execute the given [block] after execution is finished.
183183
*
184-
* @since 1.0.2
184+
* @since 1.1.0
185185
*/
186186
fun Configuration.executionResult(
187187
block: suspend PipelineContext<Unit, ApplicationCall>.(

0 commit comments

Comments
 (0)