Skip to content

Commit

Permalink
update: version index (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Aug 4, 2022
1 parent 471d559 commit 4610cea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 = "22.03.3";
globalThis.buildVersion = "220626.220618";
globalThis.packageVersion = "22.03.4";
globalThis.buildVersion = "220804.130853";
</script>
<style>
body {
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": "22.03.3",
"version": "22.03.4",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
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 @@ -1415,7 +1415,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;">22.03.3.220626</small>
<small class="sidebar-footer" style="font-size:9px;">22.03.4.220804</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 @@ -1439,7 +1439,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;">22.03.3.220626</small>
<small class="sidebar-footer" style="font-size:9px;">22.03.4.220804</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": "22.03.3", "build": "220626.220618", "revision": "8e606c9d" }
{ "package": "22.03.4", "build": "220804.130853", "revision": "471d559f" }

0 comments on commit 4610cea

Please sign in to comment.