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 ``` ---