From f96cd687156c8930c25a30e1a70524dc6bca1925 Mon Sep 17 00:00:00 2001 From: prathyusha-skyflow Date: Tue, 12 Apr 2022 16:58:08 +0530 Subject: [PATCH] SDK-494 update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7405925..1a76fcb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This Java SDK is designed to help developers easily implement Skyflow into their Add this dependency to your project's build file: ``` -implementation 'com.skyflow:skyflow-java:1.4.1' +implementation 'com.skyflow:skyflow-java:1.5.0' ``` #### Maven users @@ -47,7 +47,7 @@ Add this dependency to your project's POM: com.skyflow skyflow-java - 1.4.1 + 1.5.0 ``` ---