Skip to content

Commit fd9b445

Browse files
authored
Release for Ktor 3.0.2 (#156)
1 parent 23a46f3 commit fd9b445

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install the plugin, add it to the `plugins` block of your build script:
1414

1515
```kotlin
1616
plugins {
17-
id("io.ktor.plugin") version "3.0.1"
17+
id("io.ktor.plugin") version "3.0.2"
1818
}
1919
```
2020

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.21"
3-
ktor-plugin = "3.0.1"
3+
ktor-plugin = "3.0.2"
44
logback = "1.5.12"
55
pluginPublish = "1.3.0"
66
gradlePlugin-shadow = "8.3.5"

Diff for: plugin/src/main/kotlin/io/ktor/plugin/KtorGradlePlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.api.Plugin
55
import org.gradle.api.Project
66
import org.gradle.api.plugins.ApplicationPlugin
77

8-
const val KTOR_VERSION = "3.0.1"
8+
const val KTOR_VERSION = "3.0.2"
99

1010
@Suppress("unused") // Gradle Plugin is not used directly
1111
abstract class KtorGradlePlugin : Plugin<Project> {

0 commit comments

Comments
 (0)