Skip to content

Commit 018d374

Browse files
committed
🔖 Preparation for release v2.0.1
Prepared readme file for next release v2.0.1
1 parent eea67f4 commit 018d374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenApi 3 Codegen / Swagger
22

3-
[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.0.0) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.0.0/link)
3+
[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.0.1) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.0.1/link)
44

55
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
66

@@ -17,7 +17,7 @@ buildscript {
1717

1818
// Kotlin Gradle DSL
1919
dependencies {
20-
classpath("cz.eman.swagger:swagger-codegen:2.0.0")
20+
classpath("cz.eman.swagger:swagger-codegen:2.0.1")
2121
}
2222
}
2323
```

0 commit comments

Comments
 (0)