From 6873434fad4d1a42d1e7f82006b4953c70b0efc4 Mon Sep 17 00:00:00 2001 From: Jong Eun Lee Date: Fri, 23 Aug 2024 14:31:11 +0800 Subject: [PATCH] update version index --- index.html | 4 ++-- manifest.json | 2 +- package.json | 2 +- react/package.json | 2 +- version.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index bb51d7b9ac..28ba1b83d3 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.03.8"; - globalThis.buildNumber = "6243"; + globalThis.packageVersion = "24.03.9"; + globalThis.buildNumber = "6275"; diff --git a/manifest.json b/manifest.json index 0d633341cf..0e1803952c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 9, "name": "Backend.AI Web UI", "short_name": "BackendAIWebUI", - "version": "24.03.8", + "version": "24.03.9", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index d18871c951..d63c8a76f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.03.8", + "version": "24.03.9", "repository": "https://github.com/lablup/backend.ai-webui.git", "author": "Lablup Inc. ", "license": "LGPL-3.0-or-later", diff --git a/react/package.json b/react/package.json index 80f95c56e2..97d5ce4312 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.03.8", + "version": "24.03.9", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.36", diff --git a/version.json b/version.json index 5009f1c967..1c45a114e3 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.03.8", "buildNumber": "6243", "buildDate": "240808.150805", "revision": "6199b4d0" } +{ "package": "24.03.9", "buildNumber": "6275", "buildDate": "240823.140807", "revision": "6d6ff2a9" }