Skip to content

Commit

Permalink
release: bump version to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Dec 8, 2017
1 parent 1ad2404 commit 55a4d56
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 @@ -57,7 +57,7 @@ Add dependencies:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.6</version>
<version>0.7</version>
<type>pom</type>
</dependency>
```
Expand All @@ -75,7 +75,7 @@ repositories {
Add dependencies:

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

## 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: "org.junit.platform.gradle.plugin"
apply plugin: "com.novoda.bintray-release"

group "com.uchuhimo"
version "0.6"
version "0.7"

repositories {
maven { url aliyunMavenUrl }
Expand Down

0 comments on commit 55a4d56

Please sign in to comment.