From f38c35291e62a6091107b1752a888da0e882947a Mon Sep 17 00:00:00 2001 From: Anush008 Date: Tue, 23 Jun 2026 14:49:43 +0530 Subject: [PATCH] chore: Bump version to 1.18.2 --- README.md | 6 +++--- example/build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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