Skip to content

Commit

Permalink
update: version index
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Dec 13, 2023
1 parent 37f22d2 commit ee167e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
NODE_ENV: 'production'
}
};
globalThis.packageVersion = "23.09.6";
globalThis.packageVersion = "23.09.8-rc.1";
globalThis.buildVersion = "231124.171156";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
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": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "23.09.6",
"version": "23.09.8-rc.1",
"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.7",
"version": "23.09.8-rc.1",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-ai-webui-react",
"version": "23.09.6",
"version": "23.09.8-rc.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
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 @@ -1795,7 +1795,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.6.231124</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.8-rc.1.5853</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 Expand Up @@ -1833,7 +1833,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.6.231124</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.8-rc.1.5853</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.6", "build": "231124.171156", "revision": "37ff166b" }
{ "package": "23.09.8-rc.1", "buildNumber": "5853", "buildDate": "231214.001203", "revision": "37f22d28" }

0 comments on commit ee167e3

Please sign in to comment.