From 0f46ef4d70a686ac231ef320844af7389f1cd0b1 Mon Sep 17 00:00:00 2001 From: sellmair Date: Wed, 28 Aug 2019 23:41:03 +0200 Subject: [PATCH] Adjust readme for 0.2.0-alpha.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c8ac5..88e6166 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,14 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("io.sellmair:kompass-core:0.2.0-alpha.4") + implementation("io.sellmair:kompass-core:0.2.0-alpha.5") } } /* Optional Android module */ val androidMain by getting { dependencies { - implementation("io.sellmair:kompass-android:0.2.0-alpha.4") + implementation("io.sellmair:kompass-android:0.2.0-alpha.5") } } }