Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Feb 8, 2023
1 parent 1a39990 commit 486737d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.0.0"
version = "1.0.1"
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion docs/redoc/default_version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const defaultApiVersion = 'v1.0.0';
const defaultApiVersion = 'v1.0.1';
2 changes: 1 addition & 1 deletion docs/redoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</button>
<div class="dropdown-menu dropdown-menu-right">
<a href="?v=master" class="dropdown-item" type="button">master</a>
<a href="?v=v1.0.0" class="dropdown-item" type="button">v1.0.0</a>
<a href="?v=v1.0.1" class="dropdown-item" type="button">v1.0.1</a>
<a href="?v=v0.11.7" class="dropdown-item" type="button">v0.11.7</a>
<a href="?v=v0.11.6" class="dropdown-item" type="button">v0.11.6</a>
<a href="?v=v0.11.5" class="dropdown-item" type="button">v0.11.5</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3162,7 +3162,7 @@
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "v1.0.0"
"version": "v1.0.1"
},
"externalDocs": {
"description": "Find out more about Qdrant applications and demo",
Expand Down
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 486737d

Please sign in to comment.