Skip to content

Commit

Permalink
update: version index (22.09)
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 19, 2023
1 parent d4b2023 commit cf41ebd
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.03.0a1";
globalThis.buildVersion = "230316.150356";
globalThis.packageVersion = "22.09.16";
globalThis.buildVersion = "230319.210340";
</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": "23.03.0a1",
"version": "22.09.16",
"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.03.0a1",
"version": "22.09.16",
"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 src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,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.03.0a1.230316</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.16.230319</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 @@ -1173,7 +1173,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.03.0a1.230316</small>
<small class="sidebar-footer" style="font-size:9px;">22.09.16.230319</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.03.0a1", "build": "230316.150356", "revision": "9dc02939" }
{ "package": "22.09.16", "build": "230319.210340", "revision": "d4b20234" }

0 comments on commit cf41ebd

Please sign in to comment.