diff --git a/build.gradle.kts b/build.gradle.kts index 41650d05..ef329621 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ buildscript { allprojects { group = "org.kodein.db" - version = "0.2.0" + version = "0.2.0-beta" repositories { mavenLocal() diff --git a/doc/antora.yml b/doc/antora.yml index 64b49276..d6c157a1 100644 --- a/doc/antora.yml +++ b/doc/antora.yml @@ -1,6 +1,7 @@ name: kodein-db title: Kodein-DB version: 0.2.0 +prerelease: beta nav: - modules/ROOT/nav.adoc - modules/core/nav.adoc diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index 41105eb7..a2faa87c 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -1,5 +1,5 @@ image::kodein-db-logo.svg[KODIEN-DB, 700] -:version: 0.2.0 +:version: 0.2.0-beta [.lead] _**Kodein-DB**_ is a Kotlin/Multiplatform embedded NoSQL database that works on JVM, Android, Kotlin/Native and iOS. diff --git a/doc/modules/core/pages/install.adoc b/doc/modules/core/pages/install.adoc index cd2df02c..f391d008 100644 --- a/doc/modules/core/pages/install.adoc +++ b/doc/modules/core/pages/install.adoc @@ -1,5 +1,5 @@ = Install -:version: 0.2.0 +:version: 0.2.0-beta [[install-jvm]] == JVM