Skip to content

Commit

Permalink
release: bump version to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Feb 13, 2018
1 parent 4ae6187 commit c40802a
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 @@ -56,7 +56,7 @@ Add dependencies:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.7</version>
<version>0.8</version>
<type>pom</type>
</dependency>
```
Expand All @@ -74,7 +74,7 @@ repositories {
Add dependencies:

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

### Maven (master snapshot)
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.7"
version "0.8"

repositories {
maven { url aliyunMavenUrl }
Expand Down

0 comments on commit c40802a

Please sign in to comment.