Skip to content

Commit

Permalink
bump v0.1.6 + fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Jun 1, 2023
1 parent a3e3b94 commit f95e97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qdrant-web-ui",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
Expand Down Expand Up @@ -30,7 +30,7 @@
"eject": "vite eject",
"start": "vite",
"build": "vite build --base './'",
"build-qdrant": "vite build --base '/dashboard'",
"build-qdrant": "vite build --base '/dashboard/'",
"serve": "vite preview",
"lint": "eslint ."
},
Expand Down

0 comments on commit f95e97e

Please sign in to comment.