Skip to content

Commit e105254

Browse files
committed
update version index
1 parent 858fdb5 commit e105254

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "25.19.0-rc.2",
4+
"version": "25.19.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
}
2828
globalThis.enableSW = true;
2929

30-
globalThis.packageVersion = "25.19.0-rc.2";
31-
globalThis.buildNumber = "7196";
30+
globalThis.packageVersion = "25.19.0";
31+
globalThis.buildNumber = "7208";
3232
globalThis.litNonce = "{{nonce}}";
3333
globalThis.baiNonce = "{{nonce}}";
3434

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 9,
44
"name": "Backend.AI Web UI",
55
"short_name": "BackendAIWebUI",
6-
"version": "25.19.0-rc.2",
6+
"version": "25.19.0",
77
"start_url": "/",
88
"display": "standalone",
99
"background_color": "#fff",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "25.19.0-rc.2",
4+
"version": "25.19.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

packages/backend.ai-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend.ai-ui",
3-
"version": "25.19.0-rc.2",
3+
"version": "25.19.0",
44
"description": "React components for Backend.AI",
55
"repository": {
66
"type": "git",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend-ai-webui-react",
3-
"version": "25.19.0-rc.2",
3+
"version": "25.19.0",
44
"private": true,
55
"dependencies": {
66
"@ai-sdk/openai": "^2.0.69",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "package": "25.19.0-rc.2", "buildNumber": "7196", "buildDate": "251230.091254", "revision": "cd7aab7fd" }
1+
{ "package": "25.19.0", "buildNumber": "7208", "buildDate": "251231.161250", "revision": "858fdb555" }

0 commit comments

Comments
 (0)