Skip to content

Commit

Permalink
chore: Bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Dec 7, 2023
1 parent c4260de commit 46fdf57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ To install the library, add the following lines to your build config file.
<dependency>
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<version>1.0</version>
<version>1.7.0</version>
</dependency>
```

#### Scala SBT
```sbt
libraryDependencies += "io.qdrant" % "client" % "1.0"
libraryDependencies += "io.qdrant" % "client" % "1.7.0"
```

#### Gradle
```gradle
implementation 'io.qdrant:client:1.0'
implementation 'io.qdrant:client:1.7.0'
```

## 📖 Documentation
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<!-- UPDATE THE VERSION IN README.MD TOO-->
<version>1.0</version>
<version>1.7.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 46fdf57

Please sign in to comment.