Skip to content

Commit

Permalink
update version index
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Feb 28, 2025
1 parent f5bc444 commit 4a763c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
NODE_ENV: 'production'
}
};
globalThis.packageVersion = "25.4.0-beta.1";
globalThis.buildNumber = "6533";
globalThis.packageVersion = "25.4.0-beta.2";
globalThis.buildNumber = "6535";
globalThis.litNonce = "{{nonce}}";
globalThis.baiNonce = "{{nonce}}";
</script>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "25.4.0-beta.1",
"version": "25.4.0-beta.2",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend.ai-webui",
"productName": "Backend.AI Desktop",
"version": "25.4.0-beta.1",
"version": "25.4.0-beta.2",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <contact@lablup.com>",
"license": "LGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-ai-webui-react",
"version": "25.4.0-beta.1",
"version": "25.4.0-beta.2",
"private": true,
"dependencies": {
"@ai-sdk/openai": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "25.4.0-beta.1", "buildNumber": "6533", "buildDate": "250228.190230", "revision": "0535fb662" }
{ "package": "25.4.0-beta.2", "buildNumber": "6535", "buildDate": "250228.210211", "revision": "f5bc444c3" }

0 comments on commit 4a763c3

Please sign in to comment.