Skip to content

Commit

Permalink
release: bump version to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Oct 25, 2017
1 parent d49ad97 commit 0fb8501
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 @@ -55,7 +55,7 @@ Add dependencies:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.5</version>
<version>0.6</version>
<type>pom</type>
</dependency>
```
Expand All @@ -73,7 +73,7 @@ repositories {
Add dependencies:

```groovy
compile 'com.uchuhimo:konf:0.5'
compile 'com.uchuhimo:konf:0.6'
```

## Quick start
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apply plugin: "com.novoda.bintray-release"
apply plugin: "org.jetbrains.dokka"

group "com.uchuhimo"
version "0.5"
version "0.6"

repositories {
maven { url aliyunMavenUrl }
Expand Down

0 comments on commit 0fb8501

Please sign in to comment.