Skip to content

Commit 039a850

Browse files
committed
release 1.5.0
* update to kotlin 2.0
1 parent 4a41aa1 commit 039a850

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:1.4.0"
15+
compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"
1616
```
1717

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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
1616
apply plugin: 'signing'
1717

1818
group 'cc.vileda'
19-
version '1.4.0'
19+
version '1.5.0'
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)