Skip to content

Commit

Permalink
release: bump version to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Feb 14, 2018
1 parent 4808bcf commit c2eb113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.8</version>
<version>0.9</version>
<type>pom</type>
</dependency>
```
Expand All @@ -74,7 +74,7 @@ repositories {
Add dependencies:

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

### Maven (master snapshot)
Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ buildscript {
repositories {
maven { url aliyunMavenUrl }
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
}
dependencies {
classpath "org.junit.platform:junit-platform-gradle-plugin:$junitPlatformVersion"
classpath "com.novoda:bintray-release:0.8.0"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.16-eap-3"
}
}

Expand All @@ -32,16 +34,16 @@ plugins {
id "com.diffplug.gradle.spotless" version "3.9.0"
id "io.spring.dependency-management" version "1.0.4.RELEASE"
id "com.github.ben-manes.versions" version "0.17.0"
id "org.jetbrains.dokka" version "0.9.15"
}

apply plugin: "java"
apply plugin: "jacoco"
apply plugin: "org.junit.platform.gradle.plugin"
apply plugin: "com.novoda.bintray-release"
apply plugin: "org.jetbrains.dokka"

group "com.uchuhimo"
version "0.8"
version "0.9"

repositories {
maven { url aliyunMavenUrl }
Expand Down

0 comments on commit c2eb113

Please sign in to comment.