We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2f60 commit 6c7ff53Copy full SHA for 6c7ff53
1 file changed
README.md
@@ -9,7 +9,7 @@ This project aims to generate easy-to-use and portable Ktor clients from OpenApi
9
10
**libs.version.toml**
11
```toml
12
-openapi = { id = "com.dshatz.openapi2ktor", version = "1.0.4" }
+openapi = { id = "com.dshatz.openapi2ktor", version = "1.0.5" }
13
```
14
15
**build.gradle.kts**
@@ -19,7 +19,7 @@ plugins {
19
alias(libs.plugins.openapi)
20
21
// If you are not using version catalog
22
- id("com.dshatz.openapi2ktor") version "1.0.4"
+ id("com.dshatz.openapi2ktor") version "1.0.5"
23
}
24
25
0 commit comments