Skip to content

Commit

Permalink
release: bump version to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Sep 9, 2019
1 parent 8fbff97 commit 6646206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@ Konf is modular, you can use different modules for different sources:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:0.18.0'
compile 'com.uchuhimo:konf:0.19.0'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "0.18.0")
compile(group = "com.uchuhimo", name = "konf", version = "0.19.0")
```

### Maven (master snapshot)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ allprojects {
apply(plugin = "com.jfrog.bintray")

group = "com.uchuhimo"
version = "0.18.0"
version = "0.19.0"

repositories {
if (useAliyun) {
Expand Down

0 comments on commit 6646206

Please sign in to comment.