Skip to content

Commit

Permalink
update: version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Aug 18, 2023
1 parent 6dbb140 commit 687bc38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
NODE_ENV: 'production'
}
};
globalThis.packageVersion = "23.09.0-alpha.3";
globalThis.buildVersion = "230818.190820";
globalThis.packageVersion = "23.09.0-alpha.4";
globalThis.buildVersion = "230819.080836";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
<!-- REACT_BUNDLE_INJECTING FOR DEV-->
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": 8,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "23.09.0-alpha.3",
"version": "23.09.0-alpha.4",
"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": "23.09.0-alpha.3",
"version": "23.09.0-alpha.4",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <contact@lablup.com>",
"license": "LGPL-3.0-or-later",
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 @@ -1159,7 +1159,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;">23.09.0-alpha.3.230818</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.0-alpha.4.230819</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 All @@ -1183,7 +1183,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;">23.09.0-alpha.3.230818</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.0-alpha.4.230819</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": "23.09.0-alpha.3", "build": "230818.190820", "revision": "9d817a49" }
{ "package": "23.09.0-alpha.4", "build": "230819.080836", "revision": "6dbb1406" }

0 comments on commit 687bc38

Please sign in to comment.