Merge pull request #7202 from open-webui/dev

chore: version bump
This commit is contained in:
Timothy Jaeryang Baek 2024-11-21 22:47:45 -08:00 committed by GitHub
commit c13bcfdfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "open-webui",
"version": "0.4.2",
"version": "0.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.4.2",
"version": "0.4.3",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",

View File

@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",