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 Jun 20, 2023
1 parent f69d283 commit e8b6f10
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@
NODE_ENV: 'production'
}
};
<<<<<<< HEAD
<<<<<<< HEAD
globalThis.packageVersion = "23.03.0a1";
globalThis.buildVersion = "230403.180451";
=======
globalThis.packageVersion = "22.09.16";
globalThis.buildVersion = "230319.210340";
>>>>>>> cf41ebdb (update: version index (22.09))
=======
globalThis.packageVersion = "22.09.17";
globalThis.buildVersion = "230323.000309";
>>>>>>> 43194f97 (update: version index (#208))
</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.09.16",
"version": "22.09.17",
"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": "22.09.16",
"version": "22.09.17",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
8 changes: 8 additions & 0 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1311,11 +1311,15 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<<<<<<< HEAD
<<<<<<< HEAD
<small class="sidebar-footer" style="font-size:9px;">23.03.0a1.230403</small>
=======
<small class="sidebar-footer" style="font-size:9px;">22.09.16.230319</small>
>>>>>>> cf41ebdb (update: version index (22.09))
=======
<small class="sidebar-footer" style="font-size:9px;">22.09.17.230323</small>
>>>>>>> 43194f97 (update: version index (#208))
</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 @@ -1339,11 +1343,15 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<<<<<<< HEAD
<<<<<<< HEAD
<small class="sidebar-footer" style="font-size:9px;">23.03.0a1.230403</small>
=======
<small class="sidebar-footer" style="font-size:9px;">22.09.16.230319</small>
>>>>>>> cf41ebdb (update: version index (22.09))
=======
<small class="sidebar-footer" style="font-size:9px;">22.09.17.230323</small>
>>>>>>> 43194f97 (update: version index (#208))
</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
4 changes: 4 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<<<<<<< HEAD
<<<<<<< HEAD
{ "package": "23.03.0a1", "build": "230403.180451", "revision": "c784297c" }
=======
{ "package": "22.09.16", "build": "230319.210340", "revision": "d4b20234" }
>>>>>>> cf41ebdb (update: version index (22.09))
=======
{ "package": "22.09.17", "build": "230323.000309", "revision": "1c3ae727" }
>>>>>>> 43194f97 (update: version index (#208))

0 comments on commit e8b6f10

Please sign in to comment.