From f78cd11b51ab13627cb87921f6dbc040080bd419 Mon Sep 17 00:00:00 2001 From: George Thomas Shanti Date: Mon, 4 Sep 2023 18:04:24 +0530 Subject: [PATCH] Updates version in readme (#4) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1aca1a..e963120 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation 'dev.commandk:java-sdk:0.5.0:all' + implementation 'dev.commandk:java-sdk:0.0.5:all' } ``` @@ -33,7 +33,7 @@ In your project's `pom.xml` file add the repository and dependency: dev.commandk java-sdk - 0.5.0 + 0.0.5 all