Skip to content

Commit 1851138

Browse files
committed
update version index to 25.13.0
1 parent 5bf16e3 commit 1851138

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.13.0-rc.2",
4+
"version": "25.13.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
@@ -32,8 +32,8 @@
3232
NODE_ENV: 'production'
3333
}
3434
};
35-
globalThis.packageVersion = "25.13.0-rc.2";
36-
globalThis.buildNumber = "6871";
35+
globalThis.packageVersion = "25.13.0";
36+
globalThis.buildNumber = "6892";
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.13.0-rc.2",
6+
"version": "25.13.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.13.0-rc.2",
4+
"version": "25.13.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",

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.13.0-rc.2",
3+
"version": "25.13.0",
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.13.0-rc.2", "buildNumber": "6871", "buildDate": "250807.180848", "revision": "ce82f3e83" }
1+
{ "package": "25.13.0", "buildNumber": "6892", "buildDate": "250812.160855", "revision": "5bf16e388" }

0 commit comments

Comments
 (0)