Skip to content

Commit

Permalink
update: version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Apr 7, 2024
1 parent ff1e179 commit 9e64868
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0";
globalThis.buildNumber = "5964";
globalThis.packageVersion = "24.03.1";
globalThis.buildNumber = "5965";

</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.0",
"version": "24.03.1",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
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.0",
"version": "24.03.1",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
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.0",
"version": "24.03.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0.5964</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.1.5965</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down Expand Up @@ -1902,7 +1902,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0.5964</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.1.5965</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
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.0", "buildNumber": "5964", "buildDate": "240407.210421", "revision": "85d1c9ea" }
{ "package": "24.03.1", "buildNumber": "5965", "buildDate": "240407.210410", "revision": "ff1e1794" }

0 comments on commit 9e64868

Please sign in to comment.