diff --git a/build.gradle.kts b/build.gradle.kts index 34862ca..d1ff84b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,5 +4,5 @@ plugins { allprojects { group = "org.kodein.log" - version = "0.11.0" + version = "0.10.2" } \ No newline at end of file diff --git a/doc/antora.yml b/doc/antora.yml index f84f671..f01d071 100644 --- a/doc/antora.yml +++ b/doc/antora.yml @@ -1,12 +1,12 @@ name: kodein-log title: Kodein-Log version: '0.10' -display_version: '0.10.1' +display_version: '0.10.2' nav: - modules/ROOT/nav.adoc - modules/core/nav.adoc asciidoc: attributes: - version: '0.10.1' - kotlin: '1.4.31' + version: '0.10.2' + kotlin: '1.4.32' jdk: '1.8' \ No newline at end of file