From 8f207caa424d3ff4e5ad6cca1905c5018a8e0391 Mon Sep 17 00:00:00 2001 From: Jong Eun Lee Date: Mon, 18 Nov 2024 16:59:04 +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 9ea8def296..38f18e8c0f 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.09.0-alpha.1"; - globalThis.buildNumber = "6011"; + globalThis.packageVersion = "24.12.0-alpha.1"; + globalThis.buildNumber = "6372"; diff --git a/manifest.json b/manifest.json index ea4a8b3a3d..86858384c8 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 9, "name": "Backend.AI Web UI", "short_name": "BackendAIWebUI", - "version": "24.09.0-alpha.1", + "version": "24.12.0-alpha.1", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index 4793134268..6b39db9bcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.09.0-alpha.1", + "version": "24.12.0-alpha.1", "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 d9eec91688..1f778cc197 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.09.0-alpha.1", + "version": "24.12.0-alpha.1", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.36", diff --git a/version.json b/version.json index ae38cc4889..525ef3ada0 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.09.0-alpha.1", "buildNumber": "6111", "buildDate": "240703.130731", "revision": "d8cea1cb" } +{ "package": "24.12.0-alpha.1", "buildNumber": "6372", "buildDate": "241118.161143", "revision": "d941dd5bd" }