Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov committed Jul 13, 2022
1 parent c742aa3 commit 1c48ed5
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
ADMIN_VERSION=1.0.1
API_VERSION=1.0.1
FE_VERSION=1.0.1
CORE_VERSION=1.0.1
8 changes: 4 additions & 4 deletions custom-builds/FaceNet/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
ADMIN_VERSION=1.0.1
API_VERSION=1.0.1
FE_VERSION=1.0.1
CORE_VERSION=1.0.1-facenet
8 changes: 4 additions & 4 deletions custom-builds/Mobilenet-gpu/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions custom-builds/Mobilenet/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions custom-builds/SubCenter-ArcFace-r100-gpu/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions custom-builds/SubCenter-ArcFace-r100/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
ADMIN_VERSION=1.0.1
API_VERSION=1.0.1
FE_VERSION=1.0.1
CORE_VERSION=1.0.1-arcface-r100
2 changes: 1 addition & 1 deletion ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export const environment: Environment = {
basicToken: 'Basic Q29tbW9uQ2xpZW50SWQ6cGFzc3dvcmQ=',
adminApiUrl: '/admin/',
userApiUrl: '/api/v1/',
buildNumber: '1.0.0',
buildNumber: '1.0.1',
};

0 comments on commit 1c48ed5

Please sign in to comment.