From 2989a7f648357989fad6354784703fc360312363 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Thu, 26 Oct 2023 22:52:17 +0900 Subject: [PATCH] update: version index --- index.html | 4 ++-- manifest.json | 2 +- package.json | 2 +- src/components/backend-ai-webui.ts | 4 ++-- version.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 1ad0b6e10f..79d2cd9426 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "23.09.1"; - globalThis.buildVersion = "231024.211010"; + globalThis.packageVersion = "23.09.2"; + globalThis.buildVersion = "231026.221058"; diff --git a/manifest.json b/manifest.json index c46b689e73..7f897d6169 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 9, "name": "Backend.AI Web UI", "short_name": "BackendAIWebUI", - "version": "23.09.1", + "version": "23.09.2", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index 2e49f4b22b..f85ce82a9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "23.09.1", + "version": "23.09.2", "repository": "https://github.com/lablup/backend.ai-webui.git", "author": "Lablup Inc. ", "license": "LGPL-3.0-or-later", diff --git a/src/components/backend-ai-webui.ts b/src/components/backend-ai-webui.ts index e9521ed551..33a89e6850 100644 --- a/src/components/backend-ai-webui.ts +++ b/src/components/backend-ai-webui.ts @@ -1758,7 +1758,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
Lablup Inc. - 23.09.1.231024 + 23.09.2.231026
Lablup Inc. - 23.09.1.231024 + 23.09.2.231026