Skip to content

Commit 6c7ff53

Browse files
authored
Update README.md
1 parent 82a2f60 commit 6c7ff53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project aims to generate easy-to-use and portable Ktor clients from OpenApi
99

1010
**libs.version.toml**
1111
```toml
12-
openapi = { id = "com.dshatz.openapi2ktor", version = "1.0.4" }
12+
openapi = { id = "com.dshatz.openapi2ktor", version = "1.0.5" }
1313
```
1414

1515
**build.gradle.kts**
@@ -19,7 +19,7 @@ plugins {
1919
alias(libs.plugins.openapi)
2020

2121
// If you are not using version catalog
22-
id("com.dshatz.openapi2ktor") version "1.0.4"
22+
id("com.dshatz.openapi2ktor") version "1.0.5"
2323
}
2424
```
2525

0 commit comments

Comments
 (0)