Skip to content

Commit

Permalink
release: bump version to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Aug 26, 2019
1 parent f7b2ca9 commit 075aff0
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 @@ -78,20 +78,20 @@ Konf is modular, you can use different modules for different sources:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.15.1</version>
<version>0.16.0</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:0.15.1'
compile 'com.uchuhimo:konf:0.16.0'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "0.15.1")
compile(group = "com.uchuhimo", name = "konf", version = "0.16.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 @@ -63,7 +63,7 @@ allprojects {
apply(plugin = "com.jfrog.bintray")

group = "com.uchuhimo"
version = "0.15.1"
version = "0.16.0"

repositories {
aliyunMaven()
Expand Down

0 comments on commit 075aff0

Please sign in to comment.