diff --git a/README.md b/README.md index 4d6eb1f..c18e96a 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,5 @@ data class User(val name : String, val gender : String, val email : String) ### Documentation * API - * [0.2.2](https://jitpack.io/com/github/sanity/shoebox/0.2.2/javadoc/) + * [0.2.3](https://jitpack.io/com/github/sanity/shoebox/0.2.3/javadoc/) * [SNAPSHOT](https://jitpack.io/com/github/sanity/shoebox/-SNAPSHOT/javadoc/) (might be slow to load) diff --git a/build.gradle b/build.gradle index 578fb77..c78afb2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.github.sanity' -version '0.2.2' +version '0.2.3' buildscript { ext.kotlin_version = '1.1.1' @@ -62,8 +62,6 @@ task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) { outputFormat = 'html' outputDirectory = javadoc.destinationDir inputs.dir 'src/usersGender/kotlin' - samples = ["samples.kt"] - // samples = ["com/github/sanity/shoebox/samples/samples.kt"] includes = ['packages.md'] }