Skip to content

Commit 851c496

Browse files
committed
update version index
1 parent f712892 commit 851c496

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.9.1",
4+
"version": "25.10.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.9.1";
36-
globalThis.buildNumber = "6725";
35+
globalThis.packageVersion = "25.10.0";
36+
globalThis.buildNumber = "6758";
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.9.1",
6+
"version": "25.10.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.9.1",
4+
"version": "25.10.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.9.1",
3+
"version": "25.10.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.9.1", "buildNumber": "6725", "buildDate": "250604.120614", "revision": "761bdbc6e" }
1+
{ "package": "25.10.0", "buildNumber": "6758", "buildDate": "250620.110613", "revision": "f712892a" }

0 commit comments

Comments
 (0)