diff --git a/index.html b/index.html index f23fb936d5..ea49f697f8 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.09.0+post.0"; - globalThis.buildNumber = "6320"; + globalThis.packageVersion = "24.09.0+post.1"; + globalThis.buildNumber = "6327"; diff --git a/manifest.json b/manifest.json index 009c62feaa..ba21a66446 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+post.0", + "version": "24.09.0+post.1", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index 6aab3f3c9f..e19645a549 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.09.0+post.0", + "version": "24.09.0+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 05c579685f..2d6a8f1179 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.09.0+post.0", + "version": "24.09.0+post.1", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.36", diff --git a/version.json b/version.json index 52cffe9bba..478cc6a7d3 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.09.0+post.0", "buildNumber": "6320", "buildDate": "241021.201034", "revision": "937620e4" } +{ "package": "24.09.0+post.1", "buildNumber": "6327", "buildDate": "241024.171031", "revision": "a6bfd58b" }