Update package.json

This commit is contained in:
Loan J 2024-02-22 19:09:22 -05:00 committed by GitHub
parent 1b91e7f057
commit e1dc6d3f81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ {
"name": "open-webui", "name": "open-webui",
"version": "1.0.0-alpha.101", "version": "0.1.0-101",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev --host", "dev": "vite dev --host",
@ -52,4 +52,4 @@
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"uuid": "^9.0.1" "uuid": "^9.0.1"
} }
} }