Skip to content

Commit c5440c5

Browse files
committed
increment version
1 parent 978c136 commit c5440c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
1212
### gradle
1313

1414
```groovy
15-
compile "cc.vileda:kotlin-openapi3-dsl:0.21.0"
15+
compile "cc.vileda:kotlin-openapi3-dsl:0.21.1"
1616
```
1717

1818
### maven
1919
```xml
2020
<dependency>
2121
<groupId>cc.vileda</groupId>
2222
<artifactId>kotlin-openapi3-dsl</artifactId>
23-
<version>0.21.0</version>
23+
<version>0.21.1</version>
2424
</dependency>
2525
```
2626

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'cc.vileda'
2-
version '0.21.0'
2+
version '0.21.1'
33

44
buildscript {
55
ext.kotlin_version = '1.3.72'

0 commit comments

Comments
 (0)