From ba399c50db46b67b3eca7625e21585641c10a26d Mon Sep 17 00:00:00 2001 From: Jong Eun Lee Date: Wed, 7 Aug 2024 15:10:47 +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 48f984bc34..84a698b79d 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.03.7+post.2"; - globalThis.buildNumber = "6202"; + globalThis.packageVersion = "24.03.8"; + globalThis.buildNumber = "6232"; diff --git a/manifest.json b/manifest.json index 574e386e85..0d633341cf 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.7+post.2", + "version": "24.03.8", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index 6a55e37130..cc41cf1c0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.03.7+post.2", + "version": "24.03.8", "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 93b0381259..6137faf125 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.03.7+post.2", + "version": "24.03.8", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.36", diff --git a/version.json b/version.json index e53ba0df99..044d2f84bc 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.03.7+post.2", "buildNumber": "6202", "buildDate": "240725.170730", "revision": "1ddbb6e4" } +{ "package": "24.03.8", "buildNumber": "6232", "buildDate": "240807.150856", "revision": "7a4013af" }