Skip to content

Commit

Permalink
release: bump version to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Oct 12, 2020
1 parent 03a5362 commit 4d78539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ Konf is modular, you can use different modules for different sources:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.22.1</version>
<version>0.23.0</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:0.22.1'
compile 'com.uchuhimo:konf:0.23.0'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "0.22.1")
compile(group = "com.uchuhimo", name = "konf", version = "0.23.0")
```

### Maven (master snapshot)
Expand Down

0 comments on commit 4d78539

Please sign in to comment.