Skip to content

Commit 693f73d

Browse files
authored
docs: Updats the package version references (#110)
1 parent 2945413 commit 693f73d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Once the new Qdrant version is live:
115115

116116
- `qdrantVersion` - Set it to the released Docker image version for testing.
117117
- `qdrantProtosVersion` - Set it to the released version of the Qdrant source for fetching the proto files.
118-
- Update the package version references in the README.md.
118+
- Update the package version references in `README.md` and `example/build.gradle`.
119119

120120
2. Merge the pull request.
121121

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.17.0</version>
41+
<version>1.18.0</version>
4242
</dependency>
4343
```
4444

4545
#### SBT
4646

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

5151
#### Gradle
5252

5353
```gradle
54-
implementation 'io.qdrant:client:1.17.0'
54+
implementation 'io.qdrant:client:1.18.0'
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.17.0'
16+
implementation 'io.qdrant:client:1.18.0'
1717

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

0 commit comments

Comments
 (0)