From 46fdf573b69a287a1d50141160159cd7580c0ac2 Mon Sep 17 00:00:00 2001 From: Anush008 Date: Thu, 7 Dec 2023 23:42:10 +0530 Subject: [PATCH] chore: Bump to 1.7.0 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5dd61df5..feb15656 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,18 @@ To install the library, add the following lines to your build config file. io.qdrant client - 1.0 + 1.7.0 ``` #### 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 diff --git a/pom.xml b/pom.xml index 0c499367..1c804977 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.qdrant client - 1.0 + 1.7.0