Skip to content

Commit e5e1f5a

Browse files
committed
update version index
1 parent 82ea8a3 commit e5e1f5a

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.14.0-rc.1",
4+
"version": "25.14.0-rc.2",
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
@@ -32,8 +32,8 @@
3232
NODE_ENV: 'production'
3333
}
3434
};
35-
globalThis.packageVersion = "25.14.0-rc.1";
36-
globalThis.buildNumber = "6912";
35+
globalThis.packageVersion = "25.14.0-rc.2";
36+
globalThis.buildNumber = "6916";
3737
globalThis.litNonce = "{{nonce}}";
3838
globalThis.baiNonce = "{{nonce}}";
3939
</script>

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.14.0-rc.1",
6+
"version": "25.14.0-rc.2",
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.14.0-rc.1",
4+
"version": "25.14.0-rc.2",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

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.14.0-rc.1",
3+
"version": "25.14.0-rc.2",
44
"private": true,
55
"dependencies": {
66
"@ai-sdk/openai": "^1.3.22",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "package": "25.14.0-rc.1", "buildNumber": "6912", "buildDate": "250827.160826", "revision": "2f3fab900" }
1+
{ "package": "25.14.0-rc.2", "buildNumber": "6916", "buildDate": "250829.170834", "revision": "82ea8a398" }

0 commit comments

Comments
 (0)