Skip to content

Commit 6af9728

Browse files
authored
chore: Bump version to 25.9.0-alpha.0 (#3705)
1 parent c51fa09 commit 6af9728

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.5.0-alpha.0",
4+
"version": "25.9.0-alpha.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.5.0-alpha.0";
36-
globalThis.buildNumber = "6552";
35+
globalThis.packageVersion = "25.9.0-alpha.0";
36+
globalThis.buildNumber = "6700";
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.5.0-alpha.0",
6+
"version": "25.9.0-alpha.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.5.0-alpha.0",
4+
"version": "25.9.0-alpha.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.5.0-alpha.0",
3+
"version": "25.9.0-alpha.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.5.0-alpha.0", "buildNumber": "6552", "buildDate": "250314.150338", "revision": "e618e654f" }
1+
{ "package": "25.9.0-alpha.0", "buildNumber": "6700", "buildDate": "250522.130550", "revision": "c51fa09e7" }

0 commit comments

Comments
 (0)