Skip to content

Commit

Permalink
update: version index for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 16, 2023
1 parent 9dc0293 commit 0fd3386
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.09.15";
globalThis.buildVersion = "230316.150327";
globalThis.packageVersion = "23.03.0a1";
globalThis.buildVersion = "230316.150356";
</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.15",
"version": "23.03.0a1",
"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 @@ -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;">22.09.15.230316</small>
<small class="sidebar-footer" style="font-size:9px;">23.03.0a1.230316</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;">22.09.15.230316</small>
<small class="sidebar-footer" style="font-size:9px;">23.03.0a1.230316</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.09.15", "build": "230316.150327", "revision": "f7ddc6a2" }
{ "package": "23.03.0a1", "build": "230316.150356", "revision": "9dc02939" }

0 comments on commit 0fd3386

Please sign in to comment.