Skip to content

Commit

Permalink
Releae v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouhrada committed Jun 17, 2020
1 parent a5361aa commit 91d22eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenApi 3 Codegen / Swagger

[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.2.1) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.2.1/link)
[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.2.2) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.2.2/link)

The Swagger codegen contains a template-driven engine to generate documentation, code for Java, Kotlin and Android such like Retrofit and Room. It is a fork of the https://github.com/OpenAPITools/openapi-generator with modifications

Expand All @@ -17,7 +17,7 @@ buildscript {

// Kotlin Gradle DSL
dependencies {
classpath("cz.eman.swagger:swagger-codegen:2.2.0")
classpath("cz.eman.swagger:swagger-codegen:2.2.2")
}
}
```
Expand Down

0 comments on commit 91d22eb

Please sign in to comment.