From 8be2bf0de7a75e057f36ea2c50eeb4fab6817367 Mon Sep 17 00:00:00 2001 From: Anush Date: Thu, 21 Dec 2023 12:37:46 +0530 Subject: [PATCH] docs: Update README.md version --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c8757c..51c562b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ Java client library with handy utility methods and overloads for interfacing wit ## 📥 Installation -> Not yet published. - > [!IMPORTANT] > Requires Java 8 or above. @@ -36,20 +34,20 @@ To install the library, add the following lines to your build config file. io.qdrant client - 1.7-SNAPSHOT + 1.7.0 ``` #### Scala SBT ```sbt -libraryDependencies += "io.qdrant" % "client" % "1.7-SNAPSHOT" +libraryDependencies += "io.qdrant" % "client" % "1.7.0" ``` #### Gradle ```gradle -implementation 'io.qdrant:client:1.7-SNAPSHOT' +implementation 'io.qdrant:client:1.7.0' ``` ## 📖 Documentation