Skip to content

Commit 36f2b7f

Browse files
authored
Release 3.3.2 (#250)
1 parent 29fa7f3 commit 36f2b7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.3.1"
17+
id("io.ktor.plugin") version "3.3.2"
1818
}
1919
```
2020

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
3-
ktor-plugin = "3.3.1"
4-
ktor = "3.3.1"
3+
ktor-plugin = "3.3.2"
4+
ktor = "3.3.2"
55
logback = "1.5.18"
66
pluginPublish = "1.3.1"
77
gradlePlugin-shadow = "9.1.0"

0 commit comments

Comments
 (0)