diff --git a/index.html b/index.html index 04eb03713b..0bed12c049 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.09.1+post.0"; - globalThis.buildNumber = "6400"; + globalThis.packageVersion = "24.09.1+post.1"; + globalThis.buildNumber = "6404"; diff --git a/manifest.json b/manifest.json index 9b22cc23e8..9be7f9ed96 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.1+post.0", + "version": "24.09.1+post.1", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index cb4ccc0cb1..d31321bebb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.09.1+post.0", + "version": "24.09.1+post.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 ac7cb67c1a..bc782fcf0c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.09.1+post.0", + "version": "24.09.1+post.1", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.72", diff --git a/version.json b/version.json index 0c4f3898b3..f1d58b6f36 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.09.1+post.0", "buildNumber": "6400", "buildDate": "241127.141116", "revision": "4422e986" } +{ "package": "24.09.1+post.1", "buildNumber": "6404", "buildDate": "241128.101111", "revision": "44075223" }