Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
6bed7b1d
Unverified
Commit
6bed7b1d
authored
Feb 22, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 22, 2024
Browse files
Merge pull request #850 from open-webui/version-fix
fix: version
parents
a4812553
97d9ecad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
src/lib/components/chat/Settings/About.svelte
src/lib/components/chat/Settings/About.svelte
+1
-1
No files found.
package.json
View file @
6bed7b1d
{
{
"name"
:
"open-webui"
,
"name"
:
"open-webui"
,
"version"
:
"
v
1.0.0-alpha.101"
,
"version"
:
"1.0.0-alpha.101"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"vite dev --host"
,
"dev"
:
"vite dev --host"
,
...
...
src/lib/components/chat/Settings/About.svelte
View file @
6bed7b1d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div class=" mb-2.5 text-sm font-medium">{WEBUI_NAME} Version</div>
<div class=" mb-2.5 text-sm font-medium">{WEBUI_NAME} Version</div>
<div class="flex w-full">
<div class="flex w-full">
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
{WEB_UI_VERSION}
v
{WEB_UI_VERSION}
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment