Skip to content

Commit

Permalink
update version index
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed May 31, 2024
1 parent 267c41a commit b41f598
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
NODE_ENV: 'production'
}
};
globalThis.packageVersion = "24.03.4-beta.1";
globalThis.buildNumber = "6073";
globalThis.packageVersion = "24.03.4-rc.1";
globalThis.buildNumber = "6094";

</script>
<!-- DO NOT CHANGE BELOW LINE -->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "24.03.4-beta.1",
"version": "24.03.4-rc.1",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend.ai-webui",
"productName": "Backend.AI Desktop",
"version": "24.03.4-beta.1",
"version": "24.03.4-rc.1",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-ai-webui-react",
"version": "24.03.4-beta.1",
"version": "24.03.4-rc.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.6",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "24.03.4-beta.1", "buildNumber": "6073", "buildDate": "240527.100511", "revision": "ae3bf02a" }
{ "package": "24.03.4-rc.1", "buildNumber": "6094", "buildDate": "240531.160559", "revision": "267c41a1" }

0 comments on commit b41f598

Please sign in to comment.