Skip to content

Commit

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

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

## Building from source
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.3"
version "0.4"

repositories {
//maven { url aliyunMavenUrl }
Expand Down

0 comments on commit f4c283a

Please sign in to comment.