We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88eb97 commit 10a5097Copy full SHA for 10a5097
README.md
@@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
12
### gradle
13
14
```groovy
15
-compile "cc.vileda:kotlin-openapi3-dsl:1.0.0"
+compile "cc.vileda:kotlin-openapi3-dsl:1.1.0"
16
```
17
18
### maven
19
```xml
20
<dependency>
21
<groupId>cc.vileda</groupId>
22
<artifactId>kotlin-openapi3-dsl</artifactId>
23
- <version>1.0.0</version>
+ <version>1.1.0</version>
24
</dependency>
25
26
0 commit comments