chore: version bump

This commit is contained in:
Timothy J. Baek 2024-10-23 02:15:11 -07:00
parent b9af35be4c
commit 4557f4d165
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.3.32",
"version": "0.3.33",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.3.32",
"version": "0.3.33",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",

View File

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