diff --git a/.env b/.env index 5865238ca4..e56dfec63b 100644 --- a/.env +++ b/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx4g compreface_admin_java_options=-Xmx1g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0 \ No newline at end of file +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1 \ No newline at end of file diff --git a/custom-builds/FaceNet/.env b/custom-builds/FaceNet/.env index 24b116e573..de474f3f39 100644 --- a/custom-builds/FaceNet/.env +++ b/custom-builds/FaceNet/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0-facenet \ No newline at end of file +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1-facenet \ No newline at end of file diff --git a/custom-builds/Mobilenet-gpu/.env b/custom-builds/Mobilenet-gpu/.env index e458991454..07cac39f08 100644 --- a/custom-builds/Mobilenet-gpu/.env +++ b/custom-builds/Mobilenet-gpu/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0-mobilenet-gpu +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1-mobilenet-gpu diff --git a/custom-builds/Mobilenet/.env b/custom-builds/Mobilenet/.env index acd940dd2f..d0a1b871a5 100644 --- a/custom-builds/Mobilenet/.env +++ b/custom-builds/Mobilenet/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0-mobilenet +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1-mobilenet diff --git a/custom-builds/SubCenter-ArcFace-r100-gpu/.env b/custom-builds/SubCenter-ArcFace-r100-gpu/.env index 9b74c1b5a2..0905af3270 100644 --- a/custom-builds/SubCenter-ArcFace-r100-gpu/.env +++ b/custom-builds/SubCenter-ArcFace-r100-gpu/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0-arcface-r100-gpu +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1-arcface-r100-gpu diff --git a/custom-builds/SubCenter-ArcFace-r100/.env b/custom-builds/SubCenter-ArcFace-r100/.env index 4930f79c79..c07278a153 100644 --- a/custom-builds/SubCenter-ArcFace-r100/.env +++ b/custom-builds/SubCenter-ArcFace-r100/.env @@ -12,7 +12,7 @@ enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g -ADMIN_VERSION=1.0.0 -API_VERSION=1.0.0 -FE_VERSION=1.0.0 -CORE_VERSION=1.0.0-arcface-r100 \ No newline at end of file +ADMIN_VERSION=1.0.1 +API_VERSION=1.0.1 +FE_VERSION=1.0.1 +CORE_VERSION=1.0.1-arcface-r100 \ No newline at end of file diff --git a/ui/src/environments/environment.prod.ts b/ui/src/environments/environment.prod.ts index ef859778a5..c74176a626 100644 --- a/ui/src/environments/environment.prod.ts +++ b/ui/src/environments/environment.prod.ts @@ -21,5 +21,5 @@ export const environment: Environment = { basicToken: 'Basic Q29tbW9uQ2xpZW50SWQ6cGFzc3dvcmQ=', adminApiUrl: '/admin/', userApiUrl: '/api/v1/', - buildNumber: '1.0.0', + buildNumber: '1.0.1', };