Skip to content

Commit

Permalink
Release for Ktor 3.0.2 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe authored Dec 4, 2024
1 parent 23a46f3 commit fd9b445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install the plugin, add it to the `plugins` block of your build script:

```kotlin
plugins {
id("io.ktor.plugin") version "3.0.1"
id("io.ktor.plugin") version "3.0.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
ktor-plugin = "3.0.1"
ktor-plugin = "3.0.2"
logback = "1.5.12"
pluginPublish = "1.3.0"
gradlePlugin-shadow = "8.3.5"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/kotlin/io/ktor/plugin/KtorGradlePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.plugins.ApplicationPlugin

const val KTOR_VERSION = "3.0.1"
const val KTOR_VERSION = "3.0.2"

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

0 comments on commit fd9b445

Please sign in to comment.