Skip to content

Commit

Permalink
Bump dokka-site version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek authored and romanowski committed Sep 10, 2020
1 parent 3b753fe commit 58db7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.virtuslab.dokka"
version = "0.1.3-SNAPSHOT"
version = "0.1.3"

tasks.withType(KotlinCompile::class).all {
val language_version: String by project
Expand Down
2 changes: 1 addition & 1 deletion documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install our plugin in your project add following to your `build.html` (to gen

```
dependencies {
dokkaHtmlPlugin("com.virtuslab.dokka:dokka-site:0.1.0")
dokkaHtmlPlugin("com.virtuslab.dokka:dokka-site:0.1.3")
}
tasks.dokkaHtml {
Expand Down

0 comments on commit 58db7ca

Please sign in to comment.