Skip to content

Commit

Permalink
release: bump version to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Mar 4, 2018
1 parent 34b3e67 commit b48a7f2
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.9</version>
<version>0.10</version>
<type>pom</type>
</dependency>
```
Expand All @@ -74,7 +74,7 @@ repositories {
Add dependencies:

```groovy
compile 'com.uchuhimo:konf:0.9'
compile 'com.uchuhimo:konf:0.10'
```

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

group "com.uchuhimo"
version "0.9"
version "0.10"

repositories {
maven { url aliyunMavenUrl }
Expand Down

0 comments on commit b48a7f2

Please sign in to comment.