Skip to content

Commit e62b4d3

Browse files
committed
update: version index
1 parent c18dd4b commit e62b4d3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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 = "24.09.0-alpha.1";
36-
globalThis.buildNumber = "6011";
35+
globalThis.packageVersion = "25.1.0-alpha.1";
36+
globalThis.buildNumber = "6441";
3737

3838
</script>
3939
<!-- DO NOT CHANGE BELOW LINE -->

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": "24.09.0-alpha.1",
6+
"version": "25.1.0-alpha.1",
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": "24.09.0-alpha.1",
4+
"version": "25.1.0-alpha.1",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <[email protected]>",
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": "24.09.0-alpha.1",
3+
"version": "25.1.0-alpha.1",
44
"private": true,
55
"dependencies": {
66
"@ai-sdk/openai": "^1.0.11",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "package": "24.09.0-alpha.1", "buildNumber": "6111", "buildDate": "240703.130731", "revision": "d8cea1cb" }
1+
{ "package": "25.1.0-alpha.1", "buildNumber": "6441", "buildDate": "250105.230113", "revision": "c18dd4be5" }

0 commit comments

Comments
 (0)