From ebad99360d78deaeb61e26ab8479d35b013f8764 Mon Sep 17 00:00:00 2001 From: andresmr Date: Wed, 15 May 2024 10:25:44 +0200 Subject: [PATCH] update README.md latest version to 0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a77956a..a0b906bea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem:0.2-SNAPSHOT") + implementation("org.hisp.dhis.mobile:designsystem:0.2") } ```