Skip to content

Commit c8fd1e0

Browse files
committed
chore: Bump package version
Signed-off-by: Anush008 <anushshetty90@gmail.com>
1 parent 2edc79c commit c8fd1e0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To install the library, add the following lines to your build config file.
3838
<dependency>
3939
<groupId>io.qdrant</groupId>
4040
<artifactId>client</artifactId>
41-
<version>1.16.1</version>
41+
<version>1.16.2</version>
4242
</dependency>
4343
```
4444

4545
#### SBT
4646

4747
```sbt
48-
libraryDependencies += "io.qdrant" % "client" % "1.16.1"
48+
libraryDependencies += "io.qdrant" % "client" % "1.16.2"
4949
```
5050

5151
#### Gradle
5252

5353
```gradle
54-
implementation 'io.qdrant:client:1.16.1'
54+
implementation 'io.qdrant:client:1.16.2'
5555
```
5656

5757
> [!NOTE]

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// Qdrant Java client
16-
implementation 'io.qdrant:client:1.16.1'
16+
implementation 'io.qdrant:client:1.16.2'
1717

1818
// gRPC dependencies - use the same version as Qdrant client
1919
implementation 'io.grpc:grpc-netty-shaded:1.65.1'

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The version of qdrant to use to download protos
2-
qdrantProtosVersion=v1.16.0
2+
qdrantProtosVersion=v1.16.2
33

44
# The version of qdrant docker image to run integration tests against
5-
qdrantVersion=v1.16.0
5+
qdrantVersion=v1.16.2
66

77
# The version of the client to generate
8-
packageVersion=1.16.1
8+
packageVersion=1.16.2

0 commit comments

Comments
 (0)