Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: derveloper <[email protected]>
  • Loading branch information
derveloper committed May 20, 2022
1 parent bc86bd5 commit 4b219b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
### gradle

```groovy
compile "cc.vileda:kotlin-openapi3-dsl:1.1.1"
compile "cc.vileda:kotlin-openapi3-dsl:1.2.0"
```

### maven
```xml
<dependency>
<groupId>cc.vileda</groupId>
<artifactId>kotlin-openapi3-dsl</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group 'cc.vileda'
version '1.1.1'
version '1.2.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4b219b2

Please sign in to comment.