chore: version bump

This commit is contained in:
Timothy Jaeryang Baek 2024-11-26 01:43:28 -08:00
parent b173f86690
commit 38eb6abbfc
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "open-webui",
"version": "0.4.4",
"version": "0.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.4.4",
"version": "0.4.5",
"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.4",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",