Skip to content

Commit

Permalink
release: bump version to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Aug 9, 2017
1 parent 25773ff commit 36847e6
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 @@ -54,7 +54,7 @@ Add dependencies:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.4</version>
<version>0.5</version>
<type>pom</type>
</dependency>
```
Expand All @@ -72,7 +72,7 @@ repositories {
Add dependencies:

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

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

group "com.uchuhimo"
version "0.4"
version "0.5"

repositories {
//maven { url aliyunMavenUrl }
Expand Down

0 comments on commit 36847e6

Please sign in to comment.