Skip to content

Commit

Permalink
release: bump version to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Jan 29, 2019
1 parent 760fc36 commit b1182b8
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 @@ -64,20 +64,20 @@ This library has been published to [Maven Central](https://search.maven.org/arti
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.12</version>
<version>0.13</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:0.12'
compile 'com.uchuhimo:konf:0.13'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "0.12")
compile(group = "com.uchuhimo", name = "konf", version = "0.13")
```

### 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 @@ -48,7 +48,7 @@ apply(plugin = "com.novoda.bintray-release")
apply(plugin = "com.jfrog.bintray")

group = "com.uchuhimo"
version = "0.12"
version = "0.13"

repositories {
aliyunMaven()
Expand Down

0 comments on commit b1182b8

Please sign in to comment.