diff --git a/README.md b/README.md index 90f9c24..2308136 100644 --- a/README.md +++ b/README.md @@ -38,20 +38,20 @@ To install the library, add the following lines to your build config file. io.qdrant client - 1.18.1 + 1.18.2 ``` #### SBT ```sbt -libraryDependencies += "io.qdrant" % "client" % "1.18.1" +libraryDependencies += "io.qdrant" % "client" % "1.18.2" ``` #### Gradle ```gradle -implementation 'io.qdrant:client:1.18.1' +implementation 'io.qdrant:client:1.18.2' ``` > [!NOTE] diff --git a/example/build.gradle b/example/build.gradle index 20774f7..4a1a172 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { // Qdrant Java client - implementation 'io.qdrant:client:1.18.1' + implementation 'io.qdrant:client:1.18.2' // gRPC dependencies - use the same version as Qdrant client implementation 'io.grpc:grpc-netty-shaded:1.65.1' diff --git a/gradle.properties b/gradle.properties index 70de5de..82672dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ qdrantProtosVersion=v1.18.0 qdrantVersion=v1.18.0 # The version of the client to generate -packageVersion=1.18.1 +packageVersion=1.18.2