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